Skip to content

Commit

Permalink
Disable timer
Browse files Browse the repository at this point in the history
  • Loading branch information
vck3000 committed Feb 13, 2024
1 parent 83944df commit 1dd6e67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gameplay/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,8 @@ class Game extends Room {
changePhase(phase: Phase) {
this.phase = phase;

return;

// Set up the timer.
this.dateTimerExpires = this.getTimeFunc() + this.timerDuration;

Expand Down

0 comments on commit 1dd6e67

Please sign in to comment.