From 766c9797b2e98cbe019d3a52e11648d51c3719d1 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 24 Dec 2011 23:27:30 +0100 Subject: [PATCH] report to the server browser whether a player stats URI exists --- qcsrc/server/scores.qc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2