X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fscores.qc;h=2c5e2b14490498ef2f8190f3530c92e77e450796;hp=fbddca71df4438742f9e125f57bc458e2cf42173;hb=d7a834f0cfbf327e001d53f09c7ddfe2e2783955;hpb=5764a546c4ad8680e37f49ea1f53943f2cf0d187 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) {