From: bones_was_here Date: Mon, 4 May 2020 15:33:52 +0000 (+1000) Subject: Whitelist g_physics_clientselect_options X-Git-Tag: xonotic-v0.8.5~1046^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e300b7291a733fc4585d26a867f5d1b995de4c32;p=xonotic%2Fxonotic-data.pk3dir.git Whitelist g_physics_clientselect_options --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index fce1f942d..2b7d4c86f 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -432,6 +432,7 @@ void cvar_changes_init() BADCVAR("g_nexball_goallimit"); BADCVAR("g_norecoil"); BADCVAR("g_physics_clientselect"); + BADCVAR("g_physics_clientselect_options"); BADCVAR("g_pinata"); BADCVAR("g_powerups"); BADCVAR("g_player_brightness");