diff options
| author | Jan <> | 2015-02-22 00:22:04 +0100 |
|---|---|---|
| committer | Jan <_> | 2015-07-10 18:46:54 +0200 |
| commit | 80b15646d73587f4e15a2897314692b58aa1a47f (patch) | |
| tree | dbeda1f278078bd4ee2bd8098723014cc9963982 /TemplePushing.c4s | |
| parent | 3acfe182f9b0d5289c4eff2e7a36ba7641508bbf (diff) | |
| download | tempelschubsen-80b15646d73587f4e15a2897314692b58aa1a47f.tar.gz tempelschubsen-80b15646d73587f4e15a2897314692b58aa1a47f.zip | |
Show score after relaunches
Diffstat (limited to 'TemplePushing.c4s')
| -rw-r--r-- | TemplePushing.c4s/Script.c | 3 |
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"); |
