mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-14 04:12:18 +02:00
Remove console print when swapping a and b
This commit is contained in:
parent
3a0c4fe06f
commit
19e8df4526
@ -160,7 +160,6 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
|
||||
scene.inputController.setGamepadSupport(settingOptions[setting][value] !== 'Disabled');
|
||||
break;
|
||||
case Setting.Swap_A_and_B:
|
||||
console.log("Swapping A and B")
|
||||
scene.abSwapped = settingOptions[setting][value] !== 'Disabled';
|
||||
scene.updateKeyboard();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user