Skip to content

Commit

Permalink
Merge branch 'develop' into 3.0.0-update
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento authored Nov 15, 2024
2 parents f19ca99 + 471b198 commit 48aef16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/world/bentobox/bentobox/BentoBox.java
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ public boolean loadSettings() {
getPluginLoader().disablePlugin(this);
return false;
}

log("Saving default panels...");

if (!Files.exists(Path.of(this.getDataFolder().getPath(), "panels", "island_creation_panel.yml"))) {
Expand Down

0 comments on commit 48aef16

Please sign in to comment.