Fixed toggleable sigils not binding.
This commit is contained in:
parent
aee58c487c
commit
c015e3421f
4 changed files with 8 additions and 1 deletions
|
@ -37,6 +37,7 @@ public class ItemSigilToggleable extends ItemSigilBase
|
|||
@Override
|
||||
public ItemStack onItemRightClick(ItemStack stack, World world, EntityPlayer player)
|
||||
{
|
||||
BindableHelper.checkAndSetItemOwner(stack, player);
|
||||
if (!world.isRemote && !isUnusable(stack))
|
||||
{
|
||||
if (player.isSneaking())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue