Skip to content

Commit

Permalink
Useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
LucBerge committed Dec 26, 2020
1 parent 9c7b109 commit 846890a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/fr/zcraft/zsorter/model/Sorter.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 846890a

Please sign in to comment.