disable experimentalClientSelfReload by default until it's reworked with more fine-tuned checks against server connection
This commit is contained in:
parent
a8fa3d47d1
commit
4a5f2e799c
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ export const defaultOptions = {
|
|||
gameMode: 1
|
||||
} as any,
|
||||
preferLoadReadonly: false,
|
||||
experimentalClientSelfReload: true,
|
||||
experimentalClientSelfReload: false,
|
||||
remoteSoundsSupport: false,
|
||||
remoteSoundsLoadTimeout: 500,
|
||||
disableLoadPrompts: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue