From d7345ed7321d802dd9f57ffd95bb8768e5a6e10c Mon Sep 17 00:00:00 2001 From: Jarco Date: Thu, 29 Dec 2022 18:07:02 +0100 Subject: [PATCH] add profilesFolder to ClientOptions (#331) --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index 184c7d0..46328f5 100644 --- a/index.d.ts +++ b/index.d.ts @@ -45,6 +45,8 @@ declare module "bedrock-protocol" { conLog? // used to join a Realm instead of supplying a host/port realms?: RealmsOptions + // the path to store authentication caches, defaults to .minecraft + profilesFolder?: string | false } export interface ServerOptions extends Options {