From 9d7b292c061116190f77faa9a51cded8def41f83 Mon Sep 17 00:00:00 2001 From: udayxyz Date: Sun, 11 Aug 2024 09:25:01 +0530 Subject: [PATCH] problem of flee solved --- src/game.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.ts b/src/game.ts index 9202b6ff4..561a8ab27 100644 --- a/src/game.ts +++ b/src/game.ts @@ -1574,7 +1574,7 @@ export default class Game { } resetGame() { - this.endGameSound.pause(); + this.endGameSound; this.UI.showGameSetup(); this.stopTimer(); this.players = [];