From d3fac2a4d2b78273657ee3c222ac46218b79f396 Mon Sep 17 00:00:00 2001 From: ibruton Date: Fri, 11 Mar 2016 04:04:28 -0600 Subject: Fixed scoreboards not displaying team names properly --- resource/ui/ScoreBoard.res | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resource/ui/ScoreBoard.res') diff --git a/resource/ui/ScoreBoard.res b/resource/ui/ScoreBoard.res index d7da26c..5098511 100644 --- a/resource/ui/ScoreBoard.res +++ b/resource/ui/ScoreBoard.res @@ -171,10 +171,10 @@ } } - "BlueTeamLabel" + "BlueTeamLabel1" { "ControlName" "CExLabel" - "fieldName" "BlueTeamLabel" + "fieldName" "BlueTeamLabel1" "font" "Cerbetica32" "labelText" "%blueteamname%" "textAlignment" "west" @@ -262,10 +262,10 @@ "visible" "0" } } - "RedTeamLabel" + "RedTeamLabel1" { "ControlName" "CExLabel" - "fieldName" "RedTeamLabel" + "fieldName" "RedTeamLabel1" "font" "Cerbetica32" "labelText" "%redteamname%" "textAlignment" "east" -- cgit v1.2.3