diff --git a/Content.Server/_CP14/RoundEnd/CP14RoundEndSystem.CBT.cs b/Content.Server/_CP14/RoundEnd/CP14RoundEndSystem.CBT.cs index 398b77b277..06bd40f8c1 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 && now.Hour >= 9; + var ruHalfDay = now.Hour < 19 && now.Hour >= 9; if (ruHalfDay && curLang != "ru-RU")