9
0
mirror of https://github.com/Auxilor/EcoSkills.git synced 2026-01-02 22:02:19 +00:00

Updated minimum eco version

This commit is contained in:
Auxilor
2023-01-27 13:05:32 +00:00
parent 142be373e9
commit 2978991425

View File

@@ -155,4 +155,10 @@ public class EcoSkillsPlugin extends LibReforgePlugin {
new IntegrationLoader("EnchantGui", () -> this.getEventManager().registerListener(new EnchantGuiHandler()))
);
}
@NotNull
@Override
public String getMinimumEcoVersion() {
return "6.50.0";
}
}