summaryrefslogtreecommitdiff
path: root/gamemode/chatcommands.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/chatcommands.lua')
-rw-r--r--gamemode/chatcommands.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/gamemode/chatcommands.lua b/gamemode/chatcommands.lua
index 374d483..3f1759d 100644
--- a/gamemode/chatcommands.lua
+++ b/gamemode/chatcommands.lua
@@ -174,20 +174,6 @@ GMS.RegisterChatCmd( CHATCMD )
local CHATCMD = {}
-CHATCMD.Command = "drink"
-CHATCMD.Desc = "Drink a water bottle."
-CHATCMD.CCName = "gms_drinkbottle"
-
-function CHATCMD:Run( ply )
- GAMEMODE.DrinkFromBottle( ply )
-end
-
-GMS.RegisterChatCmd( CHATCMD )
-
-----------------------------------------------------------------------------------------------------
-
-local CHATCMD = {}
-
CHATCMD.Command = "dropweapon"
CHATCMD.Desc = "Drop your current weapon."
CHATCMD.CCName = "gms_dropweapon"