]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
also hide net_address and friends from cvar_changes
authorRudolf Polzer <divverent@alientrap.org>
Sat, 23 Oct 2010 07:08:39 +0000 (09:08 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 23 Oct 2010 07:08:39 +0000 (09:08 +0200)
qcsrc/server/g_world.qc

index 5c783acbc3789881a82cffba039920e2d95673a2..08329a29d7e61a76a2f1e3097b307a93fa0fff78 100644 (file)
@@ -280,6 +280,8 @@ void cvar_changes_init()
                BADCVAR("sys_colortranslation");
                BADCVAR("sys_specialcharactertranslation");
                BADCVAR("timestamps");
+               BADCVAR("net_address");
+               BADCVAR("net_address_ipv6");
 
                // mapinfo
                BADCVAR("timelimit");