Great cleanup

This commit is contained in:
Skat
2020-11-07 11:37:46 +03:00
parent 29b8db0a85
commit ed36390f3c
45 changed files with 134 additions and 189 deletions

View File

@@ -134,7 +134,7 @@ public class Mods implements Loadable{
}catch(IOException e){
Core.app.post(() -> {
Log.err("Error packing images for mod: @", mod.meta.name);
e.printStackTrace();
Log.err(e);
if(!headless) ui.showException(e);
});
break;