Ban/KickOnHardcoreOnlyDeath is now Ban/KickOnHardcoreDeath - Any hardcore deaths can be acted on.
Ban/KickOnHardcoreDeath will no longer trigger with a magic mirror.
This commit is contained in:
parent
23e5f96e01
commit
cf7fd6da23
2 changed files with 5 additions and 5 deletions
|
|
@ -60,8 +60,8 @@ namespace TShockAPI
|
|||
public bool RememberLeavePos = false;
|
||||
|
||||
public bool HardcoreOnly = false;
|
||||
public bool KickOnHardcoreOnlyDeath = false;
|
||||
public bool BanOnHardcoreOnlyDeath = false;
|
||||
public bool KickOnHardcoreDeath = false;
|
||||
public bool BanOnHardcoreDeath = false;
|
||||
|
||||
public bool AutoSave = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue