diff options
Diffstat (limited to 'gamemode/client/cl_weaponswitch.lua')
| -rw-r--r-- | gamemode/client/cl_weaponswitch.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gamemode/client/cl_weaponswitch.lua b/gamemode/client/cl_weaponswitch.lua index f7edcfc..085a0b3 100644 --- a/gamemode/client/cl_weaponswitch.lua +++ b/gamemode/client/cl_weaponswitch.lua @@ -1,4 +1,6 @@ -function GM:PlayerSwitchWeapon( ply, oldWeapon, newWeapon ) +local gm = GM or GAMEMODE + +function gm:PlayerSwitchWeapon( ply, oldWeapon, newWeapon ) return false end |
