diff --git a/chat_commands/chat_command_text_help.gsc b/chat_commands/chat_command_text_help.gsc index ba89a69..fe16507 100644 --- a/chat_commands/chat_command_text_help.gsc +++ b/chat_commands/chat_command_text_help.gsc @@ -2,5 +2,5 @@ Init() { - CreateCommand(level.commands_servers_ports, "help", "text", ["Type " + level.commands_prefix + "commands to get a list of commands", "Type " + level.commands_prefix + "help followed by a command name to see how to use it"]); + CreateCommand(level.chat_commands["ports"], "help", "text", ["Type " + level.chat_commands["prefix"] + "commands to get a list of commands", "Type " + level.chat_commands["prefix"] + "help followed by a command name to see how to use it"], 1); } \ No newline at end of file