Remove Killed unit display for tournament
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user