diff --git a/src/main/java/fr/zcraft/zsorter/model/Sorter.java b/src/main/java/fr/zcraft/zsorter/model/Sorter.java index c952343..e89547d 100644 --- a/src/main/java/fr/zcraft/zsorter/model/Sorter.java +++ b/src/main/java/fr/zcraft/zsorter/model/Sorter.java @@ -401,9 +401,7 @@ public void computeSorting() { if(!output.isFull()) //If the output was not full output.setFull(true); //Now is it's full - - itemStackToTransfer.setAmount(itemStackToTransfer.getAmount()); //Define the new amount to transfer*/ - } + } //Run only if this item is clogging up.