From: Mario Date: Sat, 8 Oct 2016 12:06:41 +0000 (+1000) Subject: Consider g_physics_clientselect a server friendly option X-Git-Tag: xonotic-v0.8.2~539 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=236a7181f77c73ee90b5ef16444e64db45cc2b32;p=xonotic%2Fxonotic-data.pk3dir.git Consider g_physics_clientselect a server friendly option --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 50bca45ab..3b3ffda53 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -397,6 +397,7 @@ void cvar_changes_init() BADCVAR("g_mirrordamage"); BADCVAR("g_nexball_goallimit"); BADCVAR("g_norecoil"); + BADCVAR("g_physics_clientselect"); BADCVAR("g_powerups"); BADCVAR("g_spawnshieldtime"); BADCVAR("g_start_delay");