diff --git a/eco-core/core-plugin/src/main/java/com/willfp/reforges/ReforgesPlugin.java b/eco-core/core-plugin/src/main/java/com/willfp/reforges/ReforgesPlugin.java index 1599cb8..204ddcc 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/reforges/ReforgesPlugin.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/reforges/ReforgesPlugin.java @@ -129,7 +129,7 @@ public class ReforgesPlugin extends EcoPlugin { @Override protected List loadIntegrationLoaders() { return Arrays.asList( - new IntegrationLoader("UltimateSkills", UltimateSkillsIntegration::load), + new IntegrationLoader("UltimateCore-Skills", UltimateSkillsIntegration::load), new IntegrationLoader("EcoSkills", EcoSkillsIntegration::load), new IntegrationLoader("Talismans", TalismansIntegration::registerProvider), new IntegrationLoader("PlayerPoints", () -> EconomyHandler.setUsePlayerPoints(true)),