Temporarily fixing infinite loop in AF Pump, not sure if this is what it should do though.

This commit is contained in:
Sol
2012-01-14 21:57:25 +00:00
parent e6f7c0bdce
commit efaac06564

View File

@@ -722,7 +722,7 @@ public class AbilityFactoryPump {
if (!ComputerUtil.canPayCost(sa)) {
return false;
}
return pumpTriggerAI(af, sa, mandatory);
return pumpTriggerAINoCost(af, sa, mandatory);
}
/**