From: Tom Leys Date: Sat, 29 Apr 2023 03:13:56 +0000 (+1200) Subject: Fix 15710, can now admin ctrl | traitor (#15875) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=0821f53b8aa39f3ec1dad0affda783135fb0c1ba;p=space-station-14.git Fix 15710, can now admin ctrl | traitor (#15875) --- diff --git a/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs b/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs index bb6bb89f2a..8fe483452a 100644 --- a/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs @@ -210,7 +210,7 @@ public sealed class TraitorRuleSystem : GameRuleSystem if (traitorRule == null) { //todo fuck me this shit is awful - GameTicker.StartGameRule("traitor", out var ruleEntity); + GameTicker.StartGameRule("Traitor", out var ruleEntity); traitorRule = EntityManager.GetComponent(ruleEntity); }