Fixed dupe bug with External Storage connected to an item handler, fixes #1407
This commit is contained in:
@@ -104,7 +104,7 @@ public class StorageItemItemHandler extends StorageItemExternal {
|
||||
|
||||
if (!got.isEmpty()) {
|
||||
if (received == null) {
|
||||
received = got;
|
||||
received = got.copy();
|
||||
} else {
|
||||
received.grow(got.getCount());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user