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")