diff --git a/build/stub-old.jar b/build/stub-old.jar new file mode 100644 index 0000000..56ed3e2 Binary files /dev/null and b/build/stub-old.jar differ diff --git a/build/stub.jar b/build/stub.jar index 56ed3e2..4b0cf7f 100644 Binary files a/build/stub.jar and b/build/stub.jar differ diff --git a/src/mightypork/gamecore/app/BaseApp.java b/src/mightypork/gamecore/app/BaseApp.java index d40994e..a9f7be9 100644 --- a/src/mightypork/gamecore/app/BaseApp.java +++ b/src/mightypork/gamecore/app/BaseApp.java @@ -76,11 +76,11 @@ public abstract class BaseApp implements AppAccess, UncaughtExceptionHandler { org.newdawn.slick.util.Log.setLogSystem(new SlickLogRedirector(log)); } + Log.i("=== Starting initialization sequence ==="); + // hook preInit(); - // only here it makes sense to log. - Log.i("=== Starting initialization sequence ==="); /*