Don't add the player inventory two times (rv2)

This commit is contained in:
TheJulianJES 2015-05-14 12:38:44 +02:00
parent 2d8728f0e1
commit 37aef15a02
1 changed files with 0 additions and 2 deletions

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