From 3d3b26c0d12913cd316df0d65b7a70559fc69ea4 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 11 Sep 2017 23:45:15 +1000 Subject: [PATCH] Use r for the elo ranking cvar --- qcsrc/common/playerstats.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2