add profilesFolder to ClientOptions (#331)
This commit is contained in:
parent
8c9e776a1a
commit
d7345ed732
1 changed files with 2 additions and 0 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue