This commit is contained in:
Quarris
2021-11-28 19:09:23 +00:00
parent 564ae1d5d4
commit 6db9249504
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ public class MekInfusePortState extends PortState {
public void processRequirement(List<PortStorage> storage) {
long current = amount;
for (PortStorage st : storage) {
if (st instanceof MekSlurryPortStorage) {
if (st instanceof MekInfusePortStorage) {
MekInfusePortStorage gasStorage = (MekInfusePortStorage) st;
if (gasStorage.getInv().getStack().getType().getRegistryName().toString().equals(infuse)) {
InfusionStack extract = gasStorage.getInv().extractChemical(0, current, Action.EXECUTE);

View File

@@ -1,2 +1,2 @@
#Sun Nov 28 15:53:16 GMT 2021
VERSION_CODE=865
#Sun Nov 28 19:05:29 GMT 2021
VERSION_CODE=866