Skip to content

Commit

Permalink
Change list directory
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockyTheDev committed Jun 16, 2024
1 parent a948836 commit ccd957a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class CommunityRadarMod {
public void init(final FMLInitializationEvent event) {
logger.info("Starting the mod '" + MODID + "' with the version '" + VERSION + "'!");
final File directoryPath = Paths.get(new File("")
.getAbsolutePath(),"labymod-neo", "configs", "communityradar")
.getAbsolutePath(),"communityradar", "lists")
.toFile();
if (!directoryPath.exists() && !directoryPath.mkdirs()) {
logger.error("Could not create directory: {}", directoryPath);
Expand Down

0 comments on commit ccd957a

Please sign in to comment.