9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2026-01-06 15:51:32 +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 @Override
protected List<IntegrationLoader> loadIntegrationLoaders() { protected List<IntegrationLoader> loadIntegrationLoaders() {
return Arrays.asList( return Arrays.asList(
new IntegrationLoader("UltimateSkills", UltimateSkillsIntegration::load), new IntegrationLoader("UltimateCore-Skills", UltimateSkillsIntegration::load),
new IntegrationLoader("EcoSkills", EcoSkillsIntegration::load), new IntegrationLoader("EcoSkills", EcoSkillsIntegration::load),
new IntegrationLoader("Talismans", TalismansIntegration::registerProvider), new IntegrationLoader("Talismans", TalismansIntegration::registerProvider),
new IntegrationLoader("PlayerPoints", () -> EconomyHandler.setUsePlayerPoints(true)), new IntegrationLoader("PlayerPoints", () -> EconomyHandler.setUsePlayerPoints(true)),