load bootstrap addons

This commit is contained in:
dfsek
2021-11-17 08:52:23 -07:00
parent 92341751fc
commit c0bcc40f6a
2 changed files with 14 additions and 3 deletions

View File

@@ -192,7 +192,7 @@ public abstract class AbstractPlatform implements Platform {
addonRegistry.register(internalAddon.getID(), internalAddon);
BootstrapAddonLoader bootstrapAddonLoader = new BootstrapAddonLoader();
BootstrapAddonLoader bootstrapAddonLoader = new BootstrapAddonLoader(this);
Path addonsFolder = getDataFolder().toPath().resolve("addons");