From 0dbe87e050fffa2e39e9db617658df9936fba42a Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 18 Aug 2021 17:32:59 +0100 Subject: [PATCH] Removed ShopGUIPlus --- .../main/java/com/willfp/ecoenchants/EcoEnchantsPlugin.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/EcoEnchantsPlugin.java b/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/EcoEnchantsPlugin.java index c49d600c..8a8dcd7e 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/EcoEnchantsPlugin.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/EcoEnchantsPlugin.java @@ -117,8 +117,7 @@ public class EcoEnchantsPlugin extends EcoPlugin { @Override protected List 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())) ); }