]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
clientstatus: fix worldstatus being appended
authorTimePath <andrew.hardaker1995@gmail.com>
Wed, 4 Nov 2015 10:41:46 +0000 (21:41 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Wed, 4 Nov 2015 10:41:46 +0000 (21:41 +1100)
qcsrc/server/scores.qc

index 356b03ccdc03c5dc3cc52fbc91b36bf6f6560e90..34e30c805f922ccb295c05b0d82149e8bcef324c 100644 (file)
@@ -529,6 +529,7 @@ void WinningConditionHelper()
 
        FOR_EACH_CLIENT(p)
        {
+               string s = "";
                if(fullstatus)
                {
                        s = GetPlayerScoreString(p, 1);