Skip to content

Commit

Permalink
Fix #835
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Allan <rallanpcl@gmail.com>
  • Loading branch information
LunNova committed Jul 3, 2013
1 parent d7a1838 commit 365782c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/patches-deobfuscated.xml
Expand Up @@ -1594,12 +1594,12 @@
}
}
}
if (!toAdd.isEmpty()) {
gi.onInventoryChange();
Iterator iterator = toAdd.iterator();
while (iterator.hasNext()) {
gi.signalInput(null, (ur) iterator.next());
}
}
if (!toAdd.isEmpty()) {
gi.onInventoryChange();
Iterator iterator = toAdd.iterator();
while (iterator.hasNext()) {
gi.signalInput(null, (ur) iterator.next());
}
}
}
Expand Down

0 comments on commit 365782c

Please sign in to comment.