Fix local var check accidentally being removed

This commit is contained in:
Lucas Nicodemus 2017-12-22 10:24:23 -07:00
parent b93bab65d7
commit a2e6a06985

View file

@ -1085,7 +1085,7 @@ namespace TShockAPI
{
player.IsDisabledForStackDetection = player.HasHackedItemStacks(shouldWarnPlayer: true);
}
check = "none";
string check = "none";
// Please don't remove this for the time being; without it, players wearing banned equipment will only get debuffed once
foreach (Item item in player.TPlayer.armor)
{