]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Use r for the elo ranking cvar
authorMario <mario@smbclan.net>
Mon, 11 Sep 2017 13:45:15 +0000 (23:45 +1000)
committerMario <mario@smbclan.net>
Mon, 11 Sep 2017 13:45:15 +0000 (23:45 +1000)
qcsrc/common/playerstats.qc

index ee71d6132f0f1fc34fe40b2023f843bb48505e5e..01805627f399d0f8c315fb0491d962d657d72c98 100644 (file)
@@ -379,7 +379,7 @@ void PlayerStats_GameReport_Handler(entity fh, entity pass, float status)
 
                                // elo ranking enabled
                                nn = db_get(PS_GR_OUT_DB, sprintf("%s:_elo", p));
-                               if(nn != "") { url_fputs(fh, sprintf("E %s\n", nn)); }
+                               if(nn != "") { url_fputs(fh, sprintf("r %s\n", nn)); }
 
                                // output player events
                                for(e = PS_GR_OUT_EVL; (en = db_get(PS_GR_OUT_DB, sprintf("*:%s", e))) != ""; e = en)