()
| 372 | } |
| 373 | |
| 374 | private static BufferedWriter getCustomEquipmentWriter() |
| 375 | { |
| 376 | return getWriter(customEquipmentFilePath()); |
| 377 | } |
| 378 | |
| 379 | private static String getCustomPath(final String type, final boolean usePath, String gmName) |
| 380 | { |
no test coverage detected