fixed reply softlock death
This commit is contained in:
@ -108,6 +108,7 @@ class PauseSubState extends MusicBeatSubstate
|
||||
case "Restart Song":
|
||||
FlxG.resetState();
|
||||
case "Exit to menu":
|
||||
PlayState.loadRep = false;
|
||||
FlxG.switchState(new MainMenuState());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user