mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-08 23:07:33 +07:00
Fixed typo in tutorial missions
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user