Update CP14RoundEndSystem.CBT.cs
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user