()
| 564 | } |
| 565 | |
| 566 | private static void writeCustomSources() |
| 567 | { |
| 568 | for (Campaign c : Globals.getCampaignList()) |
| 569 | { |
| 570 | if (!c.getSafe(StringKey.DESTINATION).isEmpty()) |
| 571 | { |
| 572 | CampaignOutput.output(Globals.getContext(), c); |
| 573 | } |
| 574 | } |
| 575 | } |
| 576 | |
| 577 | private static void writeCustomSpells() |
| 578 | { |
no test coverage detected