I May Be Stupid

This commit is contained in:
craftersshaft
2021-05-25 16:33:43 -04:00
parent c11bb668ba
commit 17e5f2fb8b

View File

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