Merge pull request #536 from MrTJP/patch-2
Made transactor alert inventory changes
This commit is contained in:
commit
32ee5b7ed8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class TransactorSimple extends Transactor {
|
|||
while ((slot = getEmptySlot(orientation)) >= 0 && injected < stack.stackSize) {
|
||||
injected += addToSlot(slot, stack, injected, doAdd);
|
||||
}
|
||||
|
||||
inventory.onInventoryChanged();
|
||||
return injected;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue