mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-04-19 12:42:54 +00:00
chat_commands 1.1.1
Fix missing port for example
This commit is contained in:
parent
3701bae295
commit
061a6bf516
@ -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"];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user