Fixes #1197
This commit is contained in:
parent
e5349d95c9
commit
952da9609a
4 changed files with 5 additions and 4 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue