Fix the reconstructor never using more than 1000 RF

This commit is contained in:
Ellpeck 2016-12-03 12:26:45 +01:00
parent 348b3521f6
commit 073eb2168a

View file

@ -147,7 +147,7 @@ public class TileEntityAtomicReconstructor extends TileEntityInventoryBase imple
@Override
public void extractEnergy(int amount){
this.storage.extractEnergy(amount, false);
this.storage.extractEnergyInternal(amount, false);
}
@Override