Removed ShopGUIPlus

This commit is contained in:
Auxilor
2021-08-18 17:32:59 +01:00
parent f677a96f9a
commit 0dbe87e050

View File

@@ -117,8 +117,7 @@ public class EcoEnchantsPlugin extends EcoPlugin {
@Override
protected List<IntegrationLoader> loadIntegrationLoaders() {
return Arrays.asList(
new IntegrationLoader("Essentials", () -> RegistrationManager.register(new IntegrationEssentials())),
new IntegrationLoader("ShopGUIPlus", () -> RegistrationManager.register(new IntegrationShopGUIPlus()))
new IntegrationLoader("Essentials", () -> RegistrationManager.register(new IntegrationEssentials()))
);
}