Re-added typo change

This commit is contained in:
thatsIch 2014-09-28 12:22:24 +02:00
parent 12589c55db
commit 3d7f847da4

View file

@ -39,7 +39,7 @@ public class ContainerInscriber extends ContainerUpgradeable
addSlotToContainer( new SlotOutput( ti, 3, 113, 40, -1 ) );
bindPlayerInventory( ip, 0, getHeight() - /* height of playerinventory */82 );
bindPlayerInventory( ip, 0, getHeight() - /* height of player inventory */82 );
}