From 18382c8f16d2c9bc9b1a70fe526dd503272ce04b Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 17 Jun 2023 11:12:30 +0200 Subject: [PATCH] chat_command_teleport 1.0.2 Added alias --- chat_commands/chat_command_teleport.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_commands/chat_command_teleport.gsc b/chat_commands/chat_command_teleport.gsc index 7d72913..24e2fa2 100644 --- a/chat_commands/chat_command_teleport.gsc +++ b/chat_commands/chat_command_teleport.gsc @@ -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"]); }