Fix bypassing SSC using items in hand (trashcans are still exploitable until Redigit or his merry men decide that its a bug and fix it)

This commit is contained in:
Zack Piispanen 2014-01-19 18:45:45 -05:00
parent 6b7e6523d1
commit 4ef324e026
3 changed files with 13 additions and 0 deletions

View file

@ -809,6 +809,7 @@ namespace TShockAPI
private DateTime LastDisableNotification = DateTime.UtcNow;
public int ActiveChest = -1;
public Item ItemInHand = new Item();
public virtual void Disable(string reason = "", bool displayConsole = true)
{