Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Seosean committed Mar 12, 2024
1 parent f1e1fc3 commit e63cd65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public void onPlayerChangeWorld(EntityJoinWorldEvent event) {

zGameStarted = false;
zGameTick = 0;
ShowSpawnTime.getSpawnTimes().setCurrentRound(0);

new DelayedTask() {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private void displayTitle(String p_175178_1_, String p_175178_2_, int p_175178_3
TimeRecorder.recordGameTime();
TimeRecorder.recordRedundantTime();
ShowSpawnTime.getGameTickHandler().setGameStarted(true);
ShowSpawnTime.getGameTickHandler().startOrSplit();;
ShowSpawnTime.getGameTickHandler().startOrSplit();

if (!PlayerUtils.isInZombiesTitle()) {
return;
Expand Down

0 comments on commit e63cd65

Please sign in to comment.