Skip to content

Commit

Permalink
Update Teleport Command To Use relativeVector3
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyt1 committed Jun 29, 2024
1 parent fdf0b3e commit ebbbc52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cmdr/BuiltInCommands/Admin/teleport.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ return {
Group = "DefaultAdmin",
AutoExec = {
'alias "bring|Brings a player or set of players to you." teleport $1{players|players|The players to bring} ${me}',
'alias "to|Teleports you to another player or location." teleport ${me} $1{player @ vector3|Destination|The player or location to teleport to}',
'alias "to|Teleports you to another player or location." teleport ${me} $1{player @ relativeVector3|Destination|The player or location to teleport to}',
},
Args = {
{
Expand All @@ -14,7 +14,7 @@ return {
Description = "The players to teleport",
},
{
Type = "player @ vector3",
Type = "player @ relativeVector3",
Name = "Destination",
Description = "The player to teleport to",
},
Expand Down

0 comments on commit ebbbc52

Please sign in to comment.