diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-08-10 21:53:31 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-08-10 21:53:31 +0300 |
| commit | 4ccbb6e9340ecd0e56b0d8f27bfff1654a8c2224 (patch) | |
| tree | a1d0e7469f04cea256b98c5a114e56cfef103df8 /src/main/java/ihl/processing | |
| parent | 0427ab89f1753a44b30cbc35ce021cbbdc845109 (diff) | |
fix two item inputmaster
Diffstat (limited to 'src/main/java/ihl/processing')
| -rw-r--r-- | src/main/java/ihl/processing/chemistry/ApparatusProcessableInvSlot.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/ihl/processing/chemistry/ApparatusProcessableInvSlot.java b/src/main/java/ihl/processing/chemistry/ApparatusProcessableInvSlot.java index bfed5c9..5c9e0c2 100644 --- a/src/main/java/ihl/processing/chemistry/ApparatusProcessableInvSlot.java +++ b/src/main/java/ihl/processing/chemistry/ApparatusProcessableInvSlot.java @@ -50,8 +50,8 @@ public class ApparatusProcessableInvSlot extends InvSlot { this.get(i).stackSize -= iRecipeInput.getAmount();
if (this.get(i).stackSize <= 0) {
this.put(i, null);
- return;
}
+ return;
}
}
}
|
