From: Rudolf Polzer Date: Tue, 9 Nov 2010 20:20:50 +0000 (+0100) Subject: add a comment X-Git-Tag: xonotic-v0.1.0preview~172 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=8d66f521ff3d3823f374eab1bd75a61533ebd908 add a comment --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index b351d77615..e0e5480017 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -449,6 +449,12 @@ void cvar_changes_init() } } ++cvar_purechanges_count; + // WARNING: this variable is used for the server list + // NEVER dare to skip this code! + // Hacks to intentionally appearing as "pure server" even though you DO have + // modified settings may be punished by removal from the server list. + // You can do to the variables cvar_changes and cvar_purechanges all you want, + // though. } buf_del(h); if(cvar_changes == "")