From 17e5f2fb8b475f0f79eb9a84ee227b03c470f5ef Mon Sep 17 00:00:00 2001 From: craftersshaft Date: Tue, 25 May 2021 16:33:43 -0400 Subject: [PATCH] I May Be Stupid --- source/PlayState.hx | 1 - 1 file changed, 1 deletion(-) 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