Added required annotation validator

This commit is contained in:
Willem Cazander 2022-10-15 03:25:34 +02:00
parent 02cb20f16f
commit c8905bfabf
4 changed files with 40 additions and 3 deletions

View file

@ -217,6 +217,7 @@ public class GDXAppTos4Activator implements BundleActivator {
systemWarpShip.loadBundles(context, registratedSeas);
} catch (BundleException e) {
e.printStackTrace();
systemGdxTerminal.selectScreen(GDXAppTos4BootScreen.class);
bootScreen.bootLineError("ERROR: "+e.getMessage());
startError = true;
return;