Ban/kick on death if HardcoreOnly == true
This commit is contained in:
parent
d620493d7b
commit
1e66e1a256
5 changed files with 38 additions and 0 deletions
|
|
@ -61,5 +61,7 @@ namespace TShockAPI
|
|||
public bool RememberLeavePos = false;
|
||||
|
||||
public bool HardcoreOnly = false;
|
||||
public bool KickOnHardcoreOnlyDeath = false;
|
||||
public bool BanOnHardcoreOnlyDeath = false;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue