chat_commands 1.1.1

Fix missing port for example
This commit is contained in:
Resxt 2022-10-15 15:57:03 +02:00 committed by GitHub
parent 3701bae295
commit 061a6bf516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ Init()
InitChatCommands()
{
level.commands_prefix = "!";
level.commands_servers_ports = ["27016", "27017"];
level.commands_servers_ports = ["27016", "27017", "27018"];
InitCommands();