mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-06-29 15:51:54 +00:00
chat_commands 1.1.1
Fix missing port for example
This commit is contained in:
@ -21,7 +21,7 @@ Init()
|
|||||||
InitChatCommands()
|
InitChatCommands()
|
||||||
{
|
{
|
||||||
level.commands_prefix = "!";
|
level.commands_prefix = "!";
|
||||||
level.commands_servers_ports = ["27016", "27017"];
|
level.commands_servers_ports = ["27016", "27017", "27018"];
|
||||||
|
|
||||||
InitCommands();
|
InitCommands();
|
||||||
|
|
||||||
@ -273,4 +273,4 @@ CommandHelpDoesNotExistError(commandName)
|
|||||||
NotEnoughArgsError(minimumArgs)
|
NotEnoughArgsError(minimumArgs)
|
||||||
{
|
{
|
||||||
return ["Not enough arguments supplied", "At least " + minimumArgs + " argument expected"];
|
return ["Not enough arguments supplied", "At least " + minimumArgs + " argument expected"];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user