Skip to content

Commit bf3381c

Browse files
authored
Do not automatically enable renderer debug in dev
1 parent bb9bb48 commit bf3381c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optionsStorage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const defaultOptions = {
103103
autoJump: 'auto' as 'auto' | 'always' | 'never',
104104
autoParkour: false,
105105
vrSupport: true, // doesn't directly affect the VR mode, should only disable the button which is annoying to android users
106-
renderDebug: (isDev ? 'advanced' : 'basic') as 'none' | 'advanced' | 'basic',
106+
renderDebug: 'basic' as 'none' | 'advanced' | 'basic',
107107

108108
// advanced bot options
109109
autoRespawn: false,

0 commit comments

Comments
 (0)