Merge pull request #3 from MiguVT/master

Fixed EconomyShopGUI Premium support
This commit is contained in:
TomTom 2024-03-09 15:37:32 +01:00 committed by GitHub
commit e11506e945
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 {
}
}
}
}
}