From 698f1d5a524af1a16ce6252ade7af81b50661400 Mon Sep 17 00:00:00 2001 From: thatsIch Date: Sun, 21 Sep 2014 02:55:33 +0200 Subject: [PATCH] split --- container/implementations/ContainerQNB.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/implementations/ContainerQNB.java b/container/implementations/ContainerQNB.java index 10d4513df..11e0587b4 100644 --- a/container/implementations/ContainerQNB.java +++ b/container/implementations/ContainerQNB.java @@ -16,7 +16,7 @@ public class ContainerQNB extends AEBaseContainer addSlotToContainer( (new SlotRestrictedInput( SlotRestrictedInput.PlacableItemType.QE_SINGULARITY, te, 0, 80, 37, invPlayer )).setStackLimit( 1 ) ); - bindPlayerInventory( ip, 0, 166 - /* height of playerinventory */82 ); + bindPlayerInventory( ip, 0, 166 - /* height of player inventory */82 ); } }