Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TokenStyle committed Oct 31, 2024
1 parent e94e2a8 commit aa92f41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Content.Server/GameTicking/Rules/TraitorRuleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down

0 comments on commit aa92f41

Please sign in to comment.