Fixed /tphere saying the wrong text

More work on region fuck
This commit is contained in:
Lucas Nicodemus 2011-07-14 03:00:19 -06:00
parent a9eee56be4
commit 9e012b3327
2 changed files with 8 additions and 32 deletions

View file

@ -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));
}