fix pp not showing when loading into a song

This commit is contained in:
Lee
2023-03-21 16:09:34 +00:00
parent 96e34a3133
commit 42945218a4

View File

@ -118,6 +118,7 @@ const handlers: any = {
resetCutState();
state.setInSong(true);
state.setModifiers(data.status.mod);
state.setPercent(100.0);
state.updateMapData(
getMapHashFromLevelId(levelId),
difficultyEnum,