We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6608bb5 commit 13c85cbCopy full SHA for 13c85cb
MoreTools/Commands/Teleport.cs
@@ -48,7 +48,7 @@ public CommandResult Execute(CommandContext context)
48
foreach (var ply in players)
49
ply.Position = player.Position;
50
51
- result.Message = "All players have been brought to the player";
+ result.Message = "All players have been tp't to the player";
52
result.State = CommandResultState.Ok;
53
return result;
54
}
0 commit comments