Fix grammar, explicitly state that we need this check
This commit is contained in:
parent
f4fa624936
commit
ee776b7e60
2 changed files with 4 additions and 3 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue