]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Blacklist g_physics_clientselect_options again and remove overkill from the default...
authorMario <mario.mario@y7mail.com>
Sat, 23 May 2020 11:10:01 +0000 (21:10 +1000)
committerMario <mario.mario@y7mail.com>
Sat, 23 May 2020 11:10:01 +0000 (21:10 +1000)
physics.cfg
qcsrc/server/g_world.qc

index 823e85bce3c237bae128e9840a882762f4a6ab88..b74f68b3db4d1c3c341c70216e80765f7c28f8cc 100644 (file)
@@ -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"
 
 // =========
index a828060c5a888acf55b35333db280cad7bddc6a2..bee939d9ac55fc5da8766fb70d0510123d1b71f3 100644 (file)
@@ -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");