162163164165166167168169170171
**/ public static void warning (String message) { try { CommunicationManager cManager = CommunicationManager.getManager(); cManager.send(cManager.getConsoleAddress(), new Warning(message)); } catch (Exception e) { Aleph.panic(e); } }