Skip to content

Commit 411ec67

Browse files
committed
wwwaaaaahhh
1 parent 26bc19c commit 411ec67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/glodblock/github/network/CPacketTransferRecipe.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ public IMessage onMessage(CPacketTransferRecipe message, MessageContext ctx) {
9494
outputSlot.setInventorySlotContents(i, null);
9595
}
9696

97-
if (!cf.isCraftingMode()) {
97+
if (!message.isCraft) {
9898
if (combine) {
9999
message.inputs = NEIUtils.compress(message.inputs);
100100
message.outputs = NEIUtils.compress(message.outputs);
101101
}
102102
message.inputs = NEIUtils.clearNull(message.inputs);
103103
message.outputs = NEIUtils.clearNull(message.outputs);
104104
}
105-
105+
106106
for (OrderStack<?> stack : message.inputs) {
107107
if (stack != null) {
108108
int index = stack.getIndex();

0 commit comments

Comments
 (0)