| 354 | } |
| 355 | |
| 356 | public static void shutdown(boolean success) |
| 357 | { |
| 358 | configFactory.savePropertyContexts(); |
| 359 | BatchExporter.removeTemporaryFiles(); |
| 360 | PropertyContextFactory.getDefaultFactory().savePropertyContexts(); |
| 361 | |
| 362 | // Need to (possibly) write customEquipment.lst |
| 363 | if (PCGenSettings.OPTIONS_CONTEXT.getBoolean(PCGenSettings.OPTION_SAVE_CUSTOM_EQUIPMENT)) |
| 364 | { |
| 365 | CustomData.writeCustomItems(); |
| 366 | } |
| 367 | |
| 368 | GracefulExit.exit(success ? 0 : 1); |
| 369 | } |
| 370 | |
| 371 | private static void initPrintPreviewFonts() |
| 372 | { |