From 7247d5c4bed3ce7aacae6520f4dcc99ffcc94fd9 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Mon, 9 Jun 2025 20:22:18 +0300 Subject: [PATCH] =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Server/GameTicking/GameTicker.Spawning.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/GameTicking/GameTicker.Spawning.cs b/Content.Server/GameTicking/GameTicker.Spawning.cs index d6b16f72b7..5588f73a09 100644 --- a/Content.Server/GameTicking/GameTicker.Spawning.cs +++ b/Content.Server/GameTicking/GameTicker.Spawning.cs @@ -293,7 +293,7 @@ namespace Content.Server.GameTicking var spawnPointType = SpawnPointType.Arrivals; if (jobPrototype.AlwaysUseSpawner || overall < TimeSpan.FromHours(_cfg.GetCVar(SunriseCCVars.ArrivalsMinHours)) || - _cfg.GetCVar(SunriseCCVars.ArrivalsRoundStartSpawn) + !_cfg.GetCVar(SunriseCCVars.ArrivalsRoundStartSpawn) ) { lateJoin = false;