diff options
Diffstat (limited to 'gamemode/chatcommands.lua')
| -rw-r--r-- | gamemode/chatcommands.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gamemode/chatcommands.lua b/gamemode/chatcommands.lua index 1cb38ec..374d483 100644 --- a/gamemode/chatcommands.lua +++ b/gamemode/chatcommands.lua @@ -173,18 +173,6 @@ GMS.RegisterChatCmd( CHATCMD ) ---------------------------------------------------------------------------------------------------- local CHATCMD = {} -CHATCMD.Command = "campfire" -CHATCMD.Desc = "Make a camp fire." -CHATCMD.CCName = "gms_makefire" - -function CHATCMD:Run( ply ) - GAMEMODE.MakeCampfire( ply ) -end -GMS.RegisterChatCmd( CHATCMD ) - ----------------------------------------------------------------------------------------------------- - -local CHATCMD = {} CHATCMD.Command = "drink" CHATCMD.Desc = "Drink a water bottle." |
