Skip to content

Commit

Permalink
the logs folder shouldn't be static
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Sep 28, 2024
1 parent 696f10e commit 4177811
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ public void onEnable() {
this.instance.apply();

getFileManager().addFile("locations.yml").addFile("data.yml").addFile("respin-gui.yml", "guis")
.addFile("crates.log", "logs")
.addFile("keys.log", "logs")
.addFolder("crates")
.addFolder("schematics")
.addFolder("logs")
.init();

MiscUtils.janitor();
Expand Down

1 comment on commit 4177811

@ryderbelserion
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*dynamic, not static

Please sign in to comment.