mirror of
https://github.com/songoda/EpicAnchors.git
synced 2025-02-17 03:51:30 +01:00
Fix anchors loading before custom worlds
This commit is contained in:
parent
2829c87026
commit
ee152a3d78
@ -101,7 +101,7 @@ public class EpicAnchorsPlugin extends JavaPlugin implements EpicAnchors {
|
||||
this.anchorManager = new EAnchorManager();
|
||||
this.commandManager = new CommandManager(this);
|
||||
|
||||
loadAnchorsFromFile();
|
||||
Bukkit.getScheduler().scheduleSyncDelayedTask(this, this::loadAnchorsFromFile, 5L);
|
||||
|
||||
new AnchorHandler(this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user