mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-31 18:04:21 +07:00
fix added assembler module doesnt reset progress (#7108)
This commit is contained in:
parent
aa310bd205
commit
fb3b69a401
@ -275,7 +275,10 @@ public class UnitAssembler extends PayloadBlock{
|
||||
break;
|
||||
}
|
||||
}
|
||||
currentTier = max;
|
||||
if(currentTier != max){
|
||||
progress=0;
|
||||
currentTier = max;
|
||||
}
|
||||
}
|
||||
|
||||
public UnitType unit(){
|
||||
|
Loading…
Reference in New Issue
Block a user