summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TemplePushing.c4s/Script.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/TemplePushing.c4s/Script.c b/TemplePushing.c4s/Script.c
index e7aee92..488b606 100644
--- a/TemplePushing.c4s/Script.c
+++ b/TemplePushing.c4s/Script.c
@@ -244,7 +244,6 @@ func StartGame(object menu, string message)
}
SetScoreboardData(SBRD_Caption, SBRD_NameCol, " ", SORT_NAMECOL_Title); // Make sure the name column gets created first
- SetScoreboardData(SBRD_Caption, SBRD_ScoreCol, "{{SKIL}}");
// Deathmatch?
if (deathmatchEnabled)
@@ -258,6 +257,8 @@ func StartGame(object menu, string message)
{
SetScoreboardData(SBRD_Caption, SBRD_RelaunchesCol, "{{SREL}}");
}
+
+ SetScoreboardData(SBRD_Caption, SBRD_ScoreCol, "{{SKIL}}");
// Initialize players
Log("Initializing players");