allows false value for profilesFolder (#961)

This commit is contained in:
Robert Schuh 2022-03-08 15:50:50 +01:00 committed by GitHub
parent e93d9de652
commit bcfeb712f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
src/index.d.ts vendored
View file

@ -100,7 +100,7 @@ declare module 'minecraft-protocol' {
connect?: (client: Client) => void
agent?: Agent
fakeHost?: string
profilesFolder?: string
profilesFolder?: string | false
onMsaCode?: (data: MicrosoftDeviceAuthorizationResponse) => void
id?: number
session?: SessionOption