Minor Fix

This commit is contained in:
Henry Mao 2013-02-03 01:04:50 +08:00
parent 4b3cb85322
commit d5e61527d0

View file

@ -86,7 +86,7 @@ public class ContainerImprinter extends Container implements ISlotWatcher
if (slot == this.tileEntity.INVENTORY_START - 1) if (slot == this.tileEntity.INVENTORY_START - 1)
{ {
// Prevents filter from being duplicated // Prevents filter from being duplicated
this.tileEntity.setInventorySlotContents(0, null); this.tileEntity.setInventorySlotContents(this.tileEntity.INVENTORY_START - 1, null);
} }
if (slot > this.tileEntity.getSizeInventory()) if (slot > this.tileEntity.getSizeInventory())