X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fscores.qc;h=2c5e2b14490498ef2f8190f3530c92e77e450796;hb=ff2155c8fbc6602d7001cd6180eac2465cf4bdc6;hp=fbddca71df4438742f9e125f57bc458e2cf42173;hpb=182c29e16af46d7604372126913d09477615aa1b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/scores.qc b/qcsrc/server/scores.qc index fbddca71d..2c5e2b144 100644 --- a/qcsrc/server/scores.qc +++ b/qcsrc/server/scores.qc @@ -368,11 +368,11 @@ void WinningConditionHelper() entity sk; s = GetGametype(); - s = strcat(s, ":", cvar_string("g_xonoticversion")); + 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 : - fullstatus = cvar("g_full_getstatus_responses"); + fullstatus = autocvar_g_full_getstatus_responses; if(teamscores_entities_count) {