diff --git a/chat_commands/chat_command_teleport.gsc b/chat_commands/chat_command_teleport.gsc index 7b02ea6..2f5e772 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, array("default_help_two_players")); + CreateCommand(level.chat_commands["ports"], "teleport", "function", ::TeleportCommand, 2, array("default_help_two_players"), array("tp")); }