Fix grammar, explicitly state that we need this check

This commit is contained in:
Enerdy 2015-05-02 13:45:40 +01:00
parent f4fa624936
commit ee776b7e60
2 changed files with 4 additions and 3 deletions

View file

@ -871,6 +871,7 @@ namespace TShockAPI
}
player.IgnoreActionsForCheating = check;
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)
{
if (Itembans.ItemIsBanned(item.name, player))