chat_command_teleport 1.0.2

Added alias
This commit is contained in:
Resxt 2023-06-17 11:12:30 +02:00
parent fe42a9e142
commit 18382c8f16

View File

@ -2,7 +2,7 @@
Init()
{
CreateCommand(level.chat_commands["ports"], "teleport", "function", ::TeleportCommand, 2, ["default_help_two_players"]);
CreateCommand(level.chat_commands["ports"], "teleport", "function", ::TeleportCommand, 2, ["default_help_two_players"], ["tp"]);
}