Changed spaces to tabs.

This commit is contained in:
atom0s 2014-06-06 09:59:32 -07:00
parent 15db899b57
commit 75d3b9624c

View file

@ -826,6 +826,7 @@ namespace TShockAPI
check = "Remove armor/accessory " + item.name; check = "Remove armor/accessory " + item.name;
player.SendErrorMessage(string.Format("You are wearing banned equipment. {0}", check)); player.SendErrorMessage(string.Format("You are wearing banned equipment. {0}", check));
break;
} }
} }
player.IgnoreActionsForDisabledArmor = check; player.IgnoreActionsForDisabledArmor = check;