This commit is contained in:
ProfessorXZ 2016-08-01 22:37:27 +02:00
parent e5349d95c9
commit 952da9609a
4 changed files with 5 additions and 4 deletions

View file

@ -1069,7 +1069,7 @@ namespace TShockAPI
if (CheckIgnores(player))
{
player.Disable(flags: flags);
player.Disable(flags: flags);
}
else if (Itembans.ItemIsBanned(player.TPlayer.inventory[player.TPlayer.selectedItem].name, player))
{