From: Rudolf Polzer Date: Sat, 24 Dec 2011 22:27:30 +0000 (+0100) Subject: report to the server browser whether a player stats URI exists X-Git-Tag: xonotic-v0.6.0~74^2~59 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=766c9797b2e98cbe019d3a52e11648d51c3719d1;p=xonotic%2Fxonotic-data.pk3dir.git report to the server browser whether a player stats URI exists --- diff --git a/qcsrc/server/scores.qc b/qcsrc/server/scores.qc index d8e095db0..95f4461b2 100644 --- a/qcsrc/server/scores.qc +++ b/qcsrc/server/scores.qc @@ -386,6 +386,7 @@ void WinningConditionHelper() s = strcat(s, ":", autocvar_g_xonoticversion); s = strcat(s, ":P", ftos(cvar_purechanges_count)); s = strcat(s, ":S", ftos(nJoinAllowed(0))); + s = strcat(s, ":R", ftos(autocvar_g_playerstats_uri != "")); s = strcat(s, "::", GetPlayerScoreString(world, 1)); // make this 1 once we can, note: this doesn't contain any : fullstatus = autocvar_g_full_getstatus_responses;