add profilesFolder to ClientOptions (#331)

This commit is contained in:
Jarco 2022-12-29 18:07:02 +01:00 committed by GitHub
commit d7345ed732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
index.d.ts vendored
View file

@ -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 {