diff --git a/small_scripts/chat_commands.gsc b/small_scripts/chat_commands.gsc index 577aaa8..b439d81 100644 --- a/small_scripts/chat_commands.gsc +++ b/small_scripts/chat_commands.gsc @@ -21,7 +21,7 @@ Init() InitChatCommands() { level.commands_prefix = "!"; - level.commands_servers_ports = ["27016", "27017"]; + level.commands_servers_ports = ["27016", "27017", "27018"]; InitCommands(); @@ -273,4 +273,4 @@ CommandHelpDoesNotExistError(commandName) NotEnoughArgsError(minimumArgs) { return ["Not enough arguments supplied", "At least " + minimumArgs + " argument expected"]; -} \ No newline at end of file +}