Get customRaceFilePath @param usePath @return customRaceFilePath
(final boolean usePath)
| 164 | * @return customRaceFilePath |
| 165 | */ |
| 166 | public static String customRaceFilePath(final boolean usePath) |
| 167 | { |
| 168 | return getCustomPath("Races", usePath); |
| 169 | } |
| 170 | |
| 171 | /** |
| 172 | * Get customSkillFilePath |
no test coverage detected