Update CP14RoundEndSystem.CBT.cs

This commit is contained in:
Ed
2025-05-21 21:28:11 +03:00
parent ff68b9606f
commit 0f4decfa9b

View File

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