Revert "rebuild skipslotlist if the the inventory grows or shrinks"

This reverts commit 7796c6d4b6.
This commit is contained in:
Salomão
2021-02-22 14:32:34 -03:00
parent 1f88494832
commit 7a45e1faf4
@@ -329,7 +329,6 @@ class ItemHandlerAdapter implements IMEInventory<IAEItemStack>, IBaseMonitor<IAE
// Reduce the cache size
this.cachedAeStacks = Arrays.copyOf( this.cachedAeStacks, slots );
this.skipSlots = new ArrayList<>(this.itemHandler.getSlots());
}
return changes;