try {
@SuppressWarnings("unused")
Launcher launcher = new Launcher(new GameUpdater(), new GameLauncher(), frame);
} catch (IOException failure) {
failure.printStackTrace();
ErrorDialog dialog = new ErrorDialog(frame, failure);
splash.dispose();
frame.setVisible(true);
dialog.setAlwaysOnTop(true);
dialog.setVisible(true);
return;
}
Launcher.getGameUpdater().start();
if (Settings.isDebugMode()) {