fix pp not showing initally part 2

This commit is contained in:
Lee 2023-03-21 16:21:52 +00:00
parent 5ccbb815d9
commit 21bc9287ee
No known key found for this signature in database
GPG Key ID: BAF8F4DB8E7F38EF

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