mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2025-02-11 00:21:24 +01:00
Merge pull request #3 from MiguVT/master
Fixed EconomyShopGUI Premium support
This commit is contained in:
commit
e11506e945
@ -96,7 +96,7 @@ class Integrations : Integrations {
|
||||
}
|
||||
|
||||
"economyshopgui" -> {
|
||||
if (isPluginLoaded("EconomyShopGUI")) {
|
||||
if (isPluginLoaded("EconomyShopGUI") || isPluginLoaded("EconomyShopGUI-Premium")) {
|
||||
register(EconomyShopGUIIntegration())
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user