9
0
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:
_OfTeN_
2021-10-31 22:37:58 +03:00
parent 3af323588e
commit f596b8aeba

View File

@@ -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)),