From d0abca743e42a9340625ce42be903e92c1827480 Mon Sep 17 00:00:00 2001 From: kittyegg Date: Sat, 6 Jun 2026 13:53:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=BE=D0=B9=20=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/TurretsBuildTimer.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Assets/Scripts/TurretsBuildTimer.cs b/Assets/Scripts/TurretsBuildTimer.cs index 79d5da0..b54e0fd 100644 --- a/Assets/Scripts/TurretsBuildTimer.cs +++ b/Assets/Scripts/TurretsBuildTimer.cs @@ -28,9 +28,6 @@ public class TurretsBuildTimer : MonoBehaviour private void OnStateChanged(GameManager.GameState newState) { - if (newState == GameManager.GameState.BuildingPath) - return; - StopCoroutine(nameof(Timer)); if (newState == GameManager.GameState.BuildingTurrets) StartCoroutine(nameof(Timer));