Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
83f86983f6 | ||
|
|
3ba98a9a5e | ||
|
|
6ec80d30ad | ||
|
|
7ccee60a0c |
@@ -114,7 +114,7 @@ public class IntegrationRegistry<T extends Integration> extends Registry<T> {
|
|||||||
Eco.get().getEcoPlugin().getLogger().warning("Integration for " + integration.getPluginName() + " threw an exception!");
|
Eco.get().getEcoPlugin().getLogger().warning("Integration for " + integration.getPluginName() + " threw an exception!");
|
||||||
Eco.get().getEcoPlugin().getLogger().warning("The integration will be disabled.");
|
Eco.get().getEcoPlugin().getLogger().warning("The integration will be disabled.");
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
this.remove(integration.getPluginName());
|
this.remove(integration);
|
||||||
return defaultValue;
|
return defaultValue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -185,4 +185,6 @@ dependencies:
|
|||||||
required: false
|
required: false
|
||||||
bootstrap: false
|
bootstrap: false
|
||||||
|
|
||||||
|
- name: UltraEconomy
|
||||||
|
required: false
|
||||||
|
bootstrap: false
|
||||||
|
|||||||
@@ -51,3 +51,4 @@ softdepend:
|
|||||||
- ModelEngine
|
- ModelEngine
|
||||||
- PvPManager
|
- PvPManager
|
||||||
- DeluxeMenus
|
- DeluxeMenus
|
||||||
|
- UltraEconomy
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version = 6.55.2
|
version = 6.55.4
|
||||||
plugin-name = eco
|
plugin-name = eco
|
||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
Reference in New Issue
Block a user