ShowCaseStandalone.slog(Level.INFO, "Starting shop update task.");
sh.start();
ShowCaseStandalone.slog(Level.INFO, "Showing display items in loaded chunks.");
sh.showAll();
} catch (Exception ioe) {
ShowCaseStandalone.slog(Level.WARNING, "Exception on reload: " + ioe.getLocalizedMessage());
Messaging.send(cs, Term.ERROR_GENERAL.get("reloading") +ioe.getLocalizedMessage());
}