Fixed /tphere saying the wrong text
More work on region fuck
This commit is contained in:
parent
a9eee56be4
commit
9e012b3327
2 changed files with 8 additions and 32 deletions
|
|
@ -978,7 +978,7 @@ namespace TShockAPI
|
|||
var plr = players[0];
|
||||
if (plr.Teleport(args.Player.TileX, args.Player.TileY + 3))
|
||||
{
|
||||
plr.SendMessage(string.Format("You were teleported to {0}.", plr.Name));
|
||||
plr.SendMessage(string.Format("You were teleported to {0}.", args.Player.Name));
|
||||
args.Player.SendMessage(string.Format("You brought {0} here.", plr.Name));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue