Remove ghost items from Assembly Line input slots

This commit is contained in:
Blood-Asp 2016-07-12 22:04:36 +02:00
parent 435c3cd526
commit be3a6292bb

View file

@ -135,6 +135,7 @@ public class GT_MetaTileEntity_AssemblyLine
}
}
this.mMaxProgresstime = Math.max(1, this.mMaxProgresstime);
updateSlots();
return true;
}