From 91f0afcb1adaa31a11a0af055e31c006474e7798 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 23 May 2020 21:10:01 +1000 Subject: [PATCH] Blacklist g_physics_clientselect_options again and remove overkill from the default physics list --- physics.cfg | 2 +- qcsrc/server/g_world.qc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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"); -- 2.39.2