Fix anchors loading before custom worlds

This commit is contained in:
Esophose 2019-05-26 18:13:56 -06:00
parent 2829c87026
commit ee152a3d78
1 changed files with 1 additions and 1 deletions

View File

@ -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);