]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
no, send serverflags instead
authorRudolf Polzer <divverent@alientrap.org>
Sat, 24 Dec 2011 22:36:40 +0000 (23:36 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 24 Dec 2011 22:36:40 +0000 (23:36 +0100)
qcsrc/server/scores.qc

index 95f4461b2e15212276dcdfe47581f5c820742f66..698e947da6d1a2ab47a9d8733fe959ecdad70469 100644 (file)
@@ -386,7 +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, ":F", ftos(serverflags));
        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;