Skip to content

Commit

Permalink
Update PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie-coder committed Nov 3, 2023
1 parent ea570a7 commit 0823a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -5228,12 +5228,12 @@ if (ClientPrefs.showNPS) {
{
switch(SONG.event7)
{
case "---", null:
case "---", null, "None":
if (!ClientPrefs.antiCheatEnable)
{
openChartEditor();
}
if (ClientPrefs.antiCheatEnable)
else
{
PlayState.SONG = Song.loadFromJson('Anti-cheat-song', 'Anti-cheat-song');
LoadingState.loadAndSwitchState(new PlayState());
Expand Down

0 comments on commit 0823a6a

Please sign in to comment.