DERP
This commit is contained in:
parent
bc7fac9b73
commit
6004bcd92f
1 changed files with 1 additions and 1 deletions
|
|
@ -1359,7 +1359,7 @@ namespace TShockAPI
|
||||||
if (args.Player.Teleport(plr.TileX, plr.TileY + 3))
|
if (args.Player.Teleport(plr.TileX, plr.TileY + 3))
|
||||||
{
|
{
|
||||||
args.Player.SendMessage(string.Format("Teleported to {0}", plr.Name));
|
args.Player.SendMessage(string.Format("Teleported to {0}", plr.Name));
|
||||||
if(args.Player.Group.HasPermission(Permissions.tphide))
|
if(!args.Player.Group.HasPermission(Permissions.tphide))
|
||||||
plr.SendMessage(args.Player.Name + " Teleported To You");
|
plr.SendMessage(args.Player.Name + " Teleported To You");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue