From: Mario Date: Mon, 11 Sep 2017 13:45:15 +0000 (+1000) Subject: Use r for the elo ranking cvar X-Git-Tag: xonotic-v0.8.5~1355^2~6 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3d3b26c0d12913cd316df0d65b7a70559fc69ea4;p=xonotic%2Fxonotic-data.pk3dir.git Use r for the elo ranking cvar --- diff --git a/qcsrc/common/playerstats.qc b/qcsrc/common/playerstats.qc index ee71d6132..01805627f 100644 --- a/qcsrc/common/playerstats.qc +++ b/qcsrc/common/playerstats.qc @@ -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)