fix: don’t display advanced stats on prod deploy
This commit is contained in:
parent
ebb5056540
commit
5fa019e7b3
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ const defaultOptions = {
|
|||
autoJump: 'auto' as 'auto' | 'always' | 'never',
|
||||
autoParkour: false,
|
||||
vrSupport: true, // doesn't directly affect the VR mode, should only disable the button which is annoying to android users
|
||||
renderDebug: (isDev ? 'basic' : 'advanced') as 'none' | 'advanced' | 'basic',
|
||||
renderDebug: (isDev ? 'advanced' : 'basic') as 'none' | 'advanced' | 'basic',
|
||||
|
||||
// advanced bot options
|
||||
autoRespawn: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue