loads worlds correctly after restart

This commit is contained in:
Lars Neuhaus 2024-07-13 19:35:33 +02:00
parent 5806788595
commit 4b2203e5ae

View File

@ -84,6 +84,8 @@ public class PixelBlock {
}
borderStartLocation.getBlock().setType(Material.WHITE_CONCRETE);
});
} else {
new WorldCreator(plugin.getDataFolder().getPath() + "/" + this.uuid).createWorld();
}
}