if (Settings.isDebugMode()) {
logger.info("Loading settings took " + (System.currentTimeMillis() - start) + " ms");
start = System.currentTimeMillis();
}
if (params.relaunch(logger)) {
try {
Thread.sleep(3000);
} catch (InterruptedException e) { }
System.exit(0);
return;