()
| 273 | } |
| 274 | |
| 275 | public static void preExitTasks() { |
| 276 | if (Desktop.isOpen) { |
| 277 | Desktop.logout(); |
| 278 | } |
| 279 | API.executeShutdownTasks(); // Mod Stuff |
| 280 | Logger.messageCustom("EXITCODE", "Shutting down! Goodbye, cruel world!"); |
| 281 | } |
| 282 | |
| 283 | public static void main(String[] args) { |
| 284 | Logger.messageCustom("EXITCODE", "Starting up! Hello, world!"); |
no test coverage detected