aboutsummaryrefslogtreecommitdiff
path: root/gamemode/client
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/client')
-rw-r--r--gamemode/client/cl_weaponswitch.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/gamemode/client/cl_weaponswitch.lua b/gamemode/client/cl_weaponswitch.lua
deleted file mode 100644
index 2f681c9..0000000
--- a/gamemode/client/cl_weaponswitch.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-local gm = GM or GAMEMODE
-
-function gm:PlayerSwitchWeapon( ply, oldWeapon, newWeapon )
- return false
-end
-
-hook.Add( "HUDShouldDraw", "HideWeaponSelHUD", function( name )
- if name == "CHudWeaponSelection" then return false end
-end )