Assline OK

This commit is contained in:
Technus 2016-09-23 13:32:15 +02:00
parent 9b08a7df97
commit bcb5902c62

View file

@ -124,6 +124,7 @@ public class GT_MetaTileEntity_AssemblyLine
//In case recipe is too OP for that machine //In case recipe is too OP for that machine
if (mMaxProgresstime == Integer.MAX_VALUE - 1 && mEUt == Integer.MAX_VALUE - 1) if (mMaxProgresstime == Integer.MAX_VALUE - 1 && mEUt == Integer.MAX_VALUE - 1)
return false; return false;
this.mEUt = this.mEUt > 0 ? -this.mEUt : this.mEUt;//makes it use power...
updateSlots(); updateSlots();
return true; return true;
} }