]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/scores.qc
when nex secondary is off, nex secondary charge is on, make nex charge and zoom at...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / scores.qc
index 59480ab656db12c789baf9852b8a52ad5e41f4d8..2c5e2b14490498ef2f8190f3530c92e77e450796 100644 (file)
@@ -368,10 +368,11 @@ void WinningConditionHelper()
        entity sk;
 
        s = GetGametype();
-       s = strcat(s, ":", cvar_string("g_xonoticversion"));
-       s = strcat(s, "::", GetPlayerScoreString(world, 2)); // make this 1 once we can
+       s = strcat(s, ":", autocvar_g_xonoticversion);
+       s = strcat(s, ":P", ftos(cvar_purechanges_count));
+       s = strcat(s, "::", GetPlayerScoreString(world, 1)); // make this 1 once we can, note: this doesn't contain any :<letter>
 
-       fullstatus = cvar("g_full_getstatus_responses");
+       fullstatus = autocvar_g_full_getstatus_responses;
 
        if(teamscores_entities_count)
        {