From aa92f41e24a25afe79f6b7a8fac940d199e60fc4 Mon Sep 17 00:00:00 2001 From: Token <56667933+TokenStyle@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:11:44 +0500 Subject: [PATCH] fix --- Content.Server/GameTicking/Rules/TraitorRuleSystem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs b/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs index ff349b8837c..d05cf53e550 100644 --- a/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/TraitorRuleSystem.cs @@ -129,7 +129,6 @@ public bool MakeTraitor(EntityUid traitor, TraitorRuleComponent component, bool private void OnObjectivesTextGetInfo(EntityUid uid, TraitorRuleComponent comp, ref ObjectivesTextGetInfoEvent args) { - args.AgentName = Loc.GetString($"traitor-{comp.ObjectiveIssuer}-roundend"); args.Faction = Loc.GetString($"traitor-round-end-agent-name"); }