Remove Debug Code (#480)

Remove code intended only for debugging.
pull/490/head^2
Benjamin Odom 2024-05-05 03:45:54 -05:00 committed by GitHub
parent 3a218eb92b
commit 3ed7649ce5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
case Setting.Gamepad_Support: case Setting.Gamepad_Support:
scene.gamepadSupport = settingOptions[setting][value] !== 'Disabled'; scene.gamepadSupport = settingOptions[setting][value] !== 'Disabled';
break; break;
case Setting.Swap_A_and_B:debugger; case Setting.Swap_A_and_B:
scene.setGamepadConfirm(settingOptions[setting][value] !== 'Enabled'); scene.setGamepadConfirm(settingOptions[setting][value] !== 'Enabled');
break; break;
case Setting.Touch_Controls: case Setting.Touch_Controls: