Remove Killed unit display for tournament

This commit is contained in:
2026-03-15 12:35:35 -05:00
parent 5d3867c3fd
commit 770a42b841
3 changed files with 58 additions and 35 deletions

View File

@@ -91,7 +91,7 @@ function GUIManager:DisplayTeamCredits(team, credits, income)
positiveText = ""
end
local text = string.format("Team %d: $%d (%s%d)", team.Number, credits, positiveText, income)
local text = string.format("Team %d: $ %d (%s%d)", team.Number, credits, positiveText, income)
local icon = team.Faction.Icon
local color = team.Faction.Color