fix: don’t display advanced stats on prod deploy

This commit is contained in:
Vitaly 2024-10-24 14:36:44 +03:00 committed by GitHub
commit 5fa019e7b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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