Fixed typo in tutorial missions

This commit is contained in:
Anuken 2018-10-16 16:58:18 -04:00
parent 2dc4a9e044
commit 789d200c24

View File

@ -58,7 +58,7 @@ public class TutorialSector{
Events.fire(new WorldLoadEvent());
};
if(headless){
if(!headless){
ui.loadLogic(r);
}else{
threads.run(r);