Invisibility Potions are now item banable.
New noclip detection, has ignore permission.
This commit is contained in:
parent
40973abb3f
commit
c11b944735
4 changed files with 56 additions and 6 deletions
|
|
@ -755,8 +755,7 @@ namespace TShockAPI
|
|||
if (Config.RememberLeavePos)
|
||||
{
|
||||
var pos = RememberedPos.GetLeavePos(player.Name, player.IP);
|
||||
player.Teleport((int)pos.X, (int)pos.Y);
|
||||
player.SendTileSquare((int)pos.X, (int)pos.Y);
|
||||
player.Teleport((int) pos.X, (int) pos.Y);
|
||||
}
|
||||
e.Handled = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue