mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-21 18:25:12 +01:00
Merge branch 'develop' into 3.0.0-update
This commit is contained in:
commit
48aef160e7
@ -466,7 +466,6 @@ public class BentoBox extends JavaPlugin implements Listener {
|
|||||||
getPluginLoader().disablePlugin(this);
|
getPluginLoader().disablePlugin(this);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
log("Saving default panels...");
|
log("Saving default panels...");
|
||||||
|
|
||||||
if (!Files.exists(Path.of(this.getDataFolder().getPath(), "panels", "island_creation_panel.yml"))) {
|
if (!Files.exists(Path.of(this.getDataFolder().getPath(), "panels", "island_creation_panel.yml"))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user