From 0f4decfa9b7d239faf38ebc9a36b88dfeae3ee64 Mon Sep 17 00:00:00 2001 From: Ed Date: Wed, 21 May 2025 21:28:11 +0300 Subject: [PATCH] Update CP14RoundEndSystem.CBT.cs --- Content.Server/_CP14/RoundEnd/CP14RoundEndSystem.CBT.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/_CP14/RoundEnd/CP14RoundEndSystem.CBT.cs b/Content.Server/_CP14/RoundEnd/CP14RoundEndSystem.CBT.cs index f9cafd6520..398b77b277 100644 --- a/Content.Server/_CP14/RoundEnd/CP14RoundEndSystem.CBT.cs +++ b/Content.Server/_CP14/RoundEnd/CP14RoundEndSystem.CBT.cs @@ -61,7 +61,7 @@ public sealed partial class CP14RoundEndSystem { var curLang = _cfg.GetCVar(CCVars.Language); - var ruHalfDay = now.Hour < 19 && now.Minute < 5; + var ruHalfDay = now.Hour < 19 && now.Minute < 5 && now.Hour >= 9; if (ruHalfDay && curLang != "ru-RU")