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:
Deathmax 2011-07-08 21:20:07 +08:00
parent 23e5f96e01
commit cf7fd6da23
2 changed files with 5 additions and 5 deletions

View file

@ -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;