diff --git a/source/PlayState.hx b/source/PlayState.hx index d1a301e..7d4c82f 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2837,7 +2837,6 @@ class PlayState extends MusicBeatState if (controls.DOWN_P){luaModchart.executeState('keyPressed',["down"]);}; if (controls.UP_P){luaModchart.executeState('keyPressed',["up"]);}; if (controls.RIGHT_P){luaModchart.executeState('keyPressed',["right"]);}; - if (controls.ACCEPT_P){luaModchart.executeState('keyPressed',["accept"]);}; }; // Prevent player input if botplay is on