diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameMainForm.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameMainForm.cs index a68bd815..907ec241 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameMainForm.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameMainForm.cs @@ -50,7 +50,7 @@ namespace GameLogic switch (gameLenTiemrId) { case 0: - EventConts.gameLenTiemr = 2 * 60; + EventConts.gameLenTiemr = 10 * 60; break; case 1: EventConts.gameLenTiemr = 20 * 60;