Adds option to remember leave positions. Change to true in config.json

This commit is contained in:
Twitchy 2011-06-23 20:43:57 +12:00
parent f790d9378c
commit df1cbab1f5
6 changed files with 162 additions and 3 deletions

View file

@ -54,5 +54,7 @@ namespace TShockAPI
public int spawnTileX;
public int spawnTileY;
public bool RememberLeavePos = false;
}
}