Fixed toggleable sigils not binding.

This commit is contained in:
WayofTime 2016-01-08 11:06:07 -05:00
parent aee58c487c
commit c015e3421f
4 changed files with 8 additions and 1 deletions

View file

@ -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())