mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2025-02-10 00:11:30 +01:00
Update Integrations.kt
Fixed EconomyShopGUI dont integrating when you have premium version
This commit is contained in:
parent
9534c5f960
commit
c0384e1453
@ -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 {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user