diff options
Diffstat (limited to 'gamemode/client/cl_weaponswitch.lua')
| -rw-r--r-- | gamemode/client/cl_weaponswitch.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gamemode/client/cl_weaponswitch.lua b/gamemode/client/cl_weaponswitch.lua new file mode 100644 index 0000000..5aaed87 --- /dev/null +++ b/gamemode/client/cl_weaponswitch.lua @@ -0,0 +1,3 @@ +function GM:PlayerSwitchWeapon( ply, oldWeapon, newWeapon ) + return false +end |
