mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-31 15:09:07 +07:00
Fixed extra wave time counting down on tutorial
This commit is contained in:
@ -137,7 +137,7 @@ public class Logic extends Module {
|
||||
world.pathfinder().resetPaths();
|
||||
state.lastUpdated = state.wave + 1;
|
||||
}
|
||||
}else{
|
||||
}else if(!world.getMap().name.equals("tutorial")){
|
||||
state.extrawavetime -= delta();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user