diff --git a/src/main/java/appeng/util/Platform.java b/src/main/java/appeng/util/Platform.java index eb0497564..ceeb81264 100644 --- a/src/main/java/appeng/util/Platform.java +++ b/src/main/java/appeng/util/Platform.java @@ -364,7 +364,7 @@ public class Platform { if( tile == null && type.getType() == GuiHostType.ITEM ) { - p.openGui( AppEng.instance, type.ordinal() << 4 | ( 0 << 3 ), p.getEntityWorld(), p.inventory.currentItem, 0, 0 ); + p.openGui( AppEng.instance, type.ordinal() << 4, p.getEntityWorld(), p.inventory.currentItem, 0, 0 ); } else if( tile == null || type.getType() == GuiHostType.ITEM ) {