]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add a comment
authorRudolf Polzer <divVerent@xonotic.org>
Tue, 9 Nov 2010 20:20:50 +0000 (21:20 +0100)
committerRudolf Polzer <divVerent@xonotic.org>
Tue, 9 Nov 2010 20:20:50 +0000 (21:20 +0100)
qcsrc/server/g_world.qc

index b351d77615732eb249be7c7c775c3bdbb017ceba..e0e548001799bee791270e7d9a8b23d579a286ae 100644 (file)
@@ -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 == "")