From: Mario Date: Sat, 23 May 2020 11:10:01 +0000 (+1000) Subject: Blacklist g_physics_clientselect_options again and remove overkill from the default... X-Git-Tag: xonotic-v0.8.5~1045 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=91f0afcb1adaa31a11a0af055e31c006474e7798;p=xonotic%2Fxonotic-data.pk3dir.git Blacklist g_physics_clientselect_options again and remove overkill from the default physics list --- diff --git a/physics.cfg b/physics.cfg index 823e85bce..b74f68b3d 100644 --- a/physics.cfg +++ b/physics.cfg @@ -7,7 +7,7 @@ // Main options // ============== set g_physics_clientselect 0 "allow clients to select their physics set" -set g_physics_clientselect_options "xonotic nexuiz quake warsow defrag quake3 vecxis quake2 bones overkill" +set g_physics_clientselect_options "xonotic nexuiz quake warsow defrag quake3 vecxis quake2 bones" set g_physics_clientselect_default "" "override default physics" // ========= diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index a828060c5..bee939d9a 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -432,7 +432,6 @@ 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");