]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Bump the version again now that Race/KA/CTS/Keyhunt/etc stats are fixed
authorSamual Lenks <samual@xonotic.org>
Fri, 7 Sep 2012 22:57:53 +0000 (18:57 -0400)
committerSamual Lenks <samual@xonotic.org>
Fri, 7 Sep 2012 22:57:53 +0000 (18:57 -0400)
qcsrc/server/playerstats.qc

index 68fe031581c1b404f26922855364a07477807a7b..d1e851939012968e9e9b1407035bfc9b8e1e5686 100644 (file)
@@ -236,7 +236,7 @@ void PlayerStats_ready(entity fh, entity pass, float status)
        switch(status)
        {
                case URL_READY_CANWRITE:
-                       url_fputs(fh, "V 2\n");
+                       url_fputs(fh, "V 3\n");
 #ifdef WATERMARK
                        url_fputs(fh, sprintf("R %s\n", WATERMARK()));
 #endif