Update CP14RoundEndSystem.CBT.cs

This commit is contained in:
Red
2025-05-22 14:53:46 +03:00
committed by GitHub
parent 7b7e2d0d22
commit 0ce4771f3d

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 && now.Hour >= 9;
var ruHalfDay = now.Hour < 19 && now.Hour >= 9;
if (ruHalfDay && curLang != "ru-RU")