]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
report to the server browser whether a player stats URI exists
authorRudolf Polzer <divverent@alientrap.org>
Sat, 24 Dec 2011 22:27:30 +0000 (23:27 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 24 Dec 2011 22:27:30 +0000 (23:27 +0100)
qcsrc/server/scores.qc

index d8e095db00be22114aa9592b51550e35ec41d27d..95f4461b2e15212276dcdfe47581f5c820742f66 100644 (file)
@@ -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 :<letter>
 
        fullstatus = autocvar_g_full_getstatus_responses;