mirror of
https://github.com/Auxilor/Reforges.git
synced 2025-12-27 02:49:13 +00:00
Fixed UltimateSkills integration
This commit is contained in:
@@ -129,7 +129,7 @@ public class ReforgesPlugin extends EcoPlugin {
|
||||
@Override
|
||||
protected List<IntegrationLoader> 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)),
|
||||
|
||||
Reference in New Issue
Block a user