mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-04 06:46:21 +00:00
remove unused BootstrapAddonLoader constructor parameter
This commit is contained in:
@@ -177,7 +177,7 @@ public abstract class AbstractPlatform implements Platform {
|
||||
|
||||
platformAddon().ifPresent(addonList::add);
|
||||
|
||||
BootstrapAddonLoader bootstrapAddonLoader = new BootstrapAddonLoader(this);
|
||||
BootstrapAddonLoader bootstrapAddonLoader = new BootstrapAddonLoader();
|
||||
|
||||
Path addonsFolder = getDataFolder().toPath().resolve("addons");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user