diff --git a/chat_commands/chat_command_invisible.gsc b/chat_commands/chat_command_invisible.gsc index 0775119..5619e9e 100644 --- a/chat_commands/chat_command_invisible.gsc +++ b/chat_commands/chat_command_invisible.gsc @@ -2,7 +2,7 @@ Init() { - CreateCommand(level.commands_servers_ports, "invisible", "function", ::InvisibleCommand, ["default_help_one_player"]); + CreateCommand(level.chat_commands["ports"], "invisible", "function", ::InvisibleCommand, 3, ["default_help_one_player"]); }