Merge remote-tracking branch 'origin/master'
Conflicts: TShockAPI/Commands.cs
This commit is contained in:
commit
840c91d341
2 changed files with 7 additions and 4 deletions
|
|
@ -596,6 +596,9 @@ namespace TShockAPI
|
|||
if (playerIP.IP == Players[who].IP)
|
||||
{
|
||||
Players[who].Teleport((int)playerIP.Pos.X, (int)playerIP.Pos.Y);
|
||||
RemeberedPosManager.RemeberedPosistions.Remove(playerIP);
|
||||
RemeberedPosManager.WriteSettings();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue