Fixes #727 - "Wireless Grid issue with offhand food"

This commit is contained in:
Raoul Van den Berge
2016-12-09 22:12:11 +01:00
parent 687ef02073
commit 2db1d3c5da
2 changed files with 2 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ public abstract class ItemNetworkItem extends ItemBase implements INetworkItemPr
}
}
return super.onItemRightClick(world, player, hand);
return ActionResult.newResult(EnumActionResult.SUCCESS, stack);
}
@Override