mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
allows false value for profilesFolder (#961)
This commit is contained in:
parent
e93d9de652
commit
bcfeb712f9
1 changed files with 1 additions and 1 deletions
2
src/index.d.ts
vendored
2
src/index.d.ts
vendored
|
@ -100,7 +100,7 @@ declare module 'minecraft-protocol' {
|
||||||
connect?: (client: Client) => void
|
connect?: (client: Client) => void
|
||||||
agent?: Agent
|
agent?: Agent
|
||||||
fakeHost?: string
|
fakeHost?: string
|
||||||
profilesFolder?: string
|
profilesFolder?: string | false
|
||||||
onMsaCode?: (data: MicrosoftDeviceAuthorizationResponse) => void
|
onMsaCode?: (data: MicrosoftDeviceAuthorizationResponse) => void
|
||||||
id?: number
|
id?: number
|
||||||
session?: SessionOption
|
session?: SessionOption
|
||||||
|
|
Loading…
Reference in a new issue