diff --git a/common/src/main/kotlin/com/artillexstudios/axminions/integrations/Integrations.kt b/common/src/main/kotlin/com/artillexstudios/axminions/integrations/Integrations.kt index 3e3a977..d825a16 100644 --- a/common/src/main/kotlin/com/artillexstudios/axminions/integrations/Integrations.kt +++ b/common/src/main/kotlin/com/artillexstudios/axminions/integrations/Integrations.kt @@ -96,7 +96,7 @@ class Integrations : Integrations { } "economyshopgui" -> { - if (isPluginLoaded("EconomyShopGUI")) { + if (isPluginLoaded("EconomyShopGUI") || isPluginLoaded("EconomyShopGUI-Premium")) { register(EconomyShopGUIIntegration()) } } @@ -221,4 +221,4 @@ class Integrations : Integrations { } } } -} \ No newline at end of file +}