Merge pull request #600 from craftersshaft/creffyspatches

fixed modcharts breaking pausing
This commit is contained in:
Kade M
2021-05-27 12:28:16 -07:00
committed by GitHub

View File

@@ -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