Adds option to remember leave positions. Change to true in config.json
This commit is contained in:
parent
f790d9378c
commit
df1cbab1f5
6 changed files with 162 additions and 3 deletions
|
|
@ -54,5 +54,7 @@ namespace TShockAPI
|
|||
|
||||
public int spawnTileX;
|
||||
public int spawnTileY;
|
||||
|
||||
public bool RememberLeavePos = false;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue