Update Integrations.kt

Fixed EconomyShopGUI dont integrating when you have premium version
This commit is contained in:
MiguVT 2024-03-09 15:34:33 +01:00 committed by GitHub
parent 9534c5f960
commit c0384e1453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {
}
}
}
}
}