aboutsummaryrefslogtreecommitdiff
path: root/gamemode/client/cl_weaponswitch.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-08-27 17:08:46 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-08-27 17:08:46 -0400
commit9adcb3c73a8d0e7ecfe66b30da630c6c2e67f03a (patch)
treed65b57e144317e5b49ccdd549b2f97c61d54bd1d /gamemode/client/cl_weaponswitch.lua
parentd4f197a35c207c9891d3f4dc5e9708af48c935de (diff)
downloadartery-9adcb3c73a8d0e7ecfe66b30da630c6c2e67f03a.tar.gz
artery-9adcb3c73a8d0e7ecfe66b30da630c6c2e67f03a.tar.bz2
artery-9adcb3c73a8d0e7ecfe66b30da630c6c2e67f03a.zip
Moved prayers to their own system
Diffstat (limited to 'gamemode/client/cl_weaponswitch.lua')
-rw-r--r--gamemode/client/cl_weaponswitch.lua3
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