Skip to content

Commit

Permalink
Merge pull request #2 from taggernation/UPDATE
Browse files Browse the repository at this point in the history
ConfigManager
  • Loading branch information
toonystank authored Jul 14, 2022
2 parents a46be50 + a30fec9 commit 53032b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 119 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public ConfigManager(Plugin plugin, String fileName, String path, boolean force,
plugin.getLogger().info("creating new File");
plugin.getLogger().info("Creating folder: " + new File(plugin.getDataFolder() + File.separator + path).mkdirs());
if (copy) try {
copy(force, filePath);
copy(force, path + File.separator + fileName);
} catch (IllegalArgumentException e) {
e.printStackTrace();
}
Expand Down
118 changes: 0 additions & 118 deletions src/main/java/com/taggernation/taggernationlib/logger/Logger.java

This file was deleted.

0 comments on commit 53032b7

Please sign in to comment.