Add DisableTombstones
This commit is contained in:
parent
77b9fcaf98
commit
28c4f9ed9c
3 changed files with 13 additions and 2 deletions
|
|
@ -199,6 +199,9 @@ namespace TShockAPI
|
|||
[Description("This is the port which the rest api will listen on.")]
|
||||
public int RestApiPort = 7878;
|
||||
|
||||
[Description("Disable tombstones for all players.")]
|
||||
public bool DisableTombstones = true;
|
||||
|
||||
public static ConfigFile Read(string path)
|
||||
{
|
||||
if (!File.Exists(path))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue