From bcfeb712f913c5af0a6a7a809a412effdcc6c7b2 Mon Sep 17 00:00:00 2001 From: Robert Schuh Date: Tue, 8 Mar 2022 15:50:50 +0100 Subject: [PATCH] allows false value for profilesFolder (#961) --- src/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.d.ts b/src/index.d.ts index 500b8a9..f71bb61 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -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