Merge pull request #1443 from TheJulianJES/doublePlayerInvInscriber

Fixes #1442 - Don't add the player inventory two times (Inscriber)
This commit is contained in:
thatsIch 2015-05-14 10:42:43 +02:00
commit 3f5ed8ed7f

View file

@ -65,8 +65,6 @@ public class ContainerInscriber extends ContainerUpgradeable implements IProgres
this.addSlotToContainer( this.middle = new SlotRestrictedInput( SlotRestrictedInput.PlacableItemType.INSCRIBER_INPUT, this.ti, 2, 63, 39, this.invPlayer ) );
this.addSlotToContainer( new SlotOutput( this.ti, 3, 113, 40, -1 ) );
this.bindPlayerInventory( ip, 0, this.getHeight() - /* height of player inventory */82 );
}
@Override