Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
grelylrz committed Jan 19, 2025
1 parent 038f3ed commit 2ae1782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hexed/HexedMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public void registerClientCommands(CommandHandler handler){

void endGame(){
if(restarting) return;

interval = new Interval(5);
restarting = true;
Seq<Player> players = data.getLeaderboard();
StringBuilder builder = new StringBuilder();
Expand Down

0 comments on commit 2ae1782

Please sign in to comment.