Fixed script load crash

This commit is contained in:
Anuken
2019-12-01 01:30:40 -05:00
parent b21c25bccf
commit b6915a0483

View File

@@ -381,7 +381,7 @@ public class Mods implements Loadable{
Core.app.post(() -> {
Log.err("Error loading script {0} for mod {1}.", file.name(), mod.meta.name);
e.printStackTrace();
if(!headless) ui.showException(e);
//if(!headless) ui.showException(e);
});
break;
}