/setspawn settings no longer carry over to other worlds.

This commit is contained in:
Deathmax 2011-06-24 14:50:18 +08:00
parent ce02cd1401
commit 96988fc7c9
3 changed files with 16 additions and 1 deletions

View file

@ -56,6 +56,7 @@ namespace TShockAPI
public int spawnTileX;
public int spawnTileY;
public int Spawn_WorldID;
public bool RememberLeavePos = false;
}