Skip to content

Commit

Permalink
Merge pull request #2602 from udayxyz/master
Browse files Browse the repository at this point in the history
fixing flee match and exit button, closes #2600, closes #2601
  • Loading branch information
DreadKnight authored Aug 11, 2024
2 parents 03d6c7d + 9d7b292 commit 42528ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ export default class Game {
}

resetGame() {
this.endGameSound.pause();
this.endGameSound;
this.UI.showGameSetup();
this.stopTimer();
this.players = [];
Expand Down

0 comments on commit 42528ac

Please sign in to comment.