Revert "also shrink the fluid skiplist if the tanks change sizes"

This reverts commit 892c919ee2.
This commit is contained in:
Salomão
2021-02-24 18:08:57 -03:00
parent 95d25ddf47
commit fa07247bd7
@@ -238,7 +238,6 @@ public class FluidHandlerAdapter implements IMEInventory<IAEFluidStack>, IBaseMo
}
this.cachedAeStacks = Arrays.copyOf( this.cachedAeStacks, slots );
this.skipSlots = new ArrayList<>( this.fluidHandler.getTankProperties().length );
}
return changes;
}