summaryrefslogtreecommitdiff
path: root/gamemode
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode')
-rw-r--r--gamemode/chatcommands.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/gamemode/chatcommands.lua b/gamemode/chatcommands.lua
index 638567c..82340ba 100644
--- a/gamemode/chatcommands.lua
+++ b/gamemode/chatcommands.lua
@@ -85,7 +85,7 @@ end
GMS.RegisterChatCmd( CHATCMD )
----------------------------------------------------------------------------------------------------
-
+/*
local CHATCMD = {}
CHATCMD.Command = "help"
@@ -97,7 +97,7 @@ function CHATCMD:Run( ply, args )
end
GMS.RegisterChatCmd( CHATCMD )
-
+*/
----------------------------------------------------------------------------------------------------
local CHATCMD = {}