fix added assembler module doesnt reset progress (#7108)
This commit is contained in:
@@ -275,7 +275,10 @@ public class UnitAssembler extends PayloadBlock{
|
||||
break;
|
||||
}
|
||||
}
|
||||
currentTier = max;
|
||||
if(currentTier != max){
|
||||
progress=0;
|
||||
currentTier = max;
|
||||
}
|
||||
}
|
||||
|
||||
public UnitType unit(){
|
||||
|
||||
Reference in New Issue
Block a user