mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-08 14:57:18 +07:00
Fixed typo in tutorial missions
This commit is contained in:
@ -58,7 +58,7 @@ public class TutorialSector{
|
||||
Events.fire(new WorldLoadEvent());
|
||||
};
|
||||
|
||||
if(headless){
|
||||
if(!headless){
|
||||
ui.loadLogic(r);
|
||||
}else{
|
||||
threads.run(r);
|
||||
|
Reference in New Issue
Block a user