Skip to content

Commit

Permalink
fix stats null 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RedLime committed Jan 27, 2023
1 parent 93c7101 commit 4cab27d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ public static void leave() {
INSTANCE.setPause(true, TimerStatus.LEAVE, "leave the world");

save(true);
InGameTimerUtils.STATS_UPDATE = null;

INSTANCE.setStatus(TimerStatus.NONE);
}
Expand Down

0 comments on commit 4cab27d

Please sign in to comment.