fix pp not showing initally part 2
This commit is contained in:
parent
5ccbb815d9
commit
21bc9287ee
@ -119,6 +119,7 @@ const handlers: any = {
|
||||
state.setInSong(true);
|
||||
state.setModifiers(data.status.mod);
|
||||
state.setPercent(100.0);
|
||||
state.setPp(100.0);
|
||||
state.updateMapData(
|
||||
getMapHashFromLevelId(levelId),
|
||||
difficultyEnum,
|
||||
|
Reference in New Issue
Block a user