only try to extract if its already in the cache

This commit is contained in:
PrototypeTrousers
2021-10-29 17:04:24 -03:00
parent 11f5b71089
commit 9ce00d338f
2 changed files with 18 additions and 11 deletions
@@ -386,7 +386,7 @@ public class DualityFluidInterface implements IGridTickable, IStorageMonitorable
{
changed = true;
}
else
else if( this.gridProxy.getStorage().getInventory( AEApi.instance().storage().getStorageChannel( IFluidStorageChannel.class ) ).getStorageList().findPrecise( work ) != null )
{
final IAEFluidStack acquired = Platform.poweredExtraction( src, dest, work, this.interfaceRequestSource );
if( acquired != null )