From 7a24364c7ac2cae2c4853daf1c4ca2be80a93846 Mon Sep 17 00:00:00 2001 From: Andrio Celos Date: Fri, 16 Jun 2023 23:31:12 +1000 Subject: [PATCH] Hide the time limit in replays --- TableturfBattleClient/src/Pages/GamePage.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/TableturfBattleClient/src/Pages/GamePage.ts b/TableturfBattleClient/src/Pages/GamePage.ts index 37eff3f..f24832a 100644 --- a/TableturfBattleClient/src/Pages/GamePage.ts +++ b/TableturfBattleClient/src/Pages/GamePage.ts @@ -122,6 +122,7 @@ function initReplay() { canPlay = false; showPage('game'); clearPlayContainers(); + timeLabel.hide(); turnNumberLabel.setTurnNumber(null); replayUpdateHand(); }