From 8d66f521ff3d3823f374eab1bd75a61533ebd908 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 9 Nov 2010 21:20:50 +0100 Subject: [PATCH] add a comment --- qcsrc/server/g_world.qc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index b351d7761..e0e548001 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 == "") -- 2.39.2