TraitorDM: Fix round end description line (#5363)

This commit is contained in:
20kdc
2021-11-16 00:52:10 +00:00
committed by GitHub
parent dd0b87e125
commit cc41896836

View File

@@ -224,7 +224,7 @@ namespace Content.Server.GameTicking.Presets
public override string GetRoundEndDescription() public override string GetRoundEndDescription()
{ {
var lines = new List<string>(); var lines = new List<string>();
lines.Add("traitor-death-match-end-round-description-first-line"); lines.Add(Loc.GetString("traitor-death-match-end-round-description-first-line"));
foreach (var uplink in _entityManager.EntityQuery<UplinkComponent>(true)) foreach (var uplink in _entityManager.EntityQuery<UplinkComponent>(true))
{ {
var uplinkAcc = uplink.UplinkAccount; var uplinkAcc = uplink.UplinkAccount;