Changed stack hack handling.

This commit is contained in:
Zidonuke 2011-12-27 14:47:31 -05:00
parent 0763dce4e6
commit 31c4e1a37b
3 changed files with 10 additions and 9 deletions

View file

@ -71,7 +71,7 @@ namespace TShockAPI
private string CacheIP;
public bool IgnoreActionsForPvP = false;
public bool IgnoreActionsForInventory = false;
public bool IgnoreActionsForCheating = false;
public string IgnoreActionsForCheating = "none";
public bool IgnoreActionsForClearingTrashCan = false;
public PlayerData PlayerData;