mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-23 13:09:27 +07:00
Fixed typo in tutorial missions
This commit is contained in:
parent
2dc4a9e044
commit
789d200c24
@ -58,7 +58,7 @@ public class TutorialSector{
|
|||||||
Events.fire(new WorldLoadEvent());
|
Events.fire(new WorldLoadEvent());
|
||||||
};
|
};
|
||||||
|
|
||||||
if(headless){
|
if(!headless){
|
||||||
ui.loadLogic(r);
|
ui.loadLogic(r);
|
||||||
}else{
|
}else{
|
||||||
threads.run(r);
|
threads.run(r);
|
||||||
|
Loading…
Reference in New Issue
Block a user