From ce5b9493c6720046ec1a3fd8e21c88f3e857f741 Mon Sep 17 00:00:00 2001 From: craftersshaft Date: Thu, 27 May 2021 15:01:20 -0400 Subject: [PATCH] i went to jupiter --- source/PlayState.hx | 1 - 1 file changed, 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 2a75e5c..f03f3e5 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2831,7 +2831,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){luaModchart.executeState('keyPressed',["accept"]);}; }; #end