From 5fa019e7b374259759792d1fa2faf682cfca4b75 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Thu, 24 Oct 2024 14:36:44 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20don=E2=80=99t=20display=20advanced=20sta?= =?UTF-8?q?ts=20on=20prod=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/optionsStorage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/optionsStorage.ts b/src/optionsStorage.ts index b6ecb7dd..01610cf2 100644 --- a/src/optionsStorage.ts +++ b/src/optionsStorage.ts @@ -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,