From: Rudolf Polzer Date: Sat, 23 Oct 2010 07:08:39 +0000 (+0200) Subject: also hide net_address and friends from cvar_changes X-Git-Tag: xonotic-v0.1.0preview~252 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=54974178833d28020be286c0486bac70e500217a;p=xonotic%2Fxonotic-data.pk3dir.git also hide net_address and friends from cvar_changes --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 5c783acbc..08329a29d 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -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");