Compare commits

..

4 Commits

Author SHA1 Message Date
Auxilor
83f86983f6 Updated to 6.55.4 2023-04-27 19:22:30 +01:00
Auxilor
3ba98a9a5e Fixed UltraEconomy 2023-04-27 19:22:20 +01:00
Auxilor
6ec80d30ad Updated to 6.55.3 2023-04-25 10:28:38 +01:00
Auxilor
7ccee60a0c Fixed IntegrationRegistry#executeSafely 2023-04-25 10:28:23 +01:00
4 changed files with 6 additions and 3 deletions

View File

@@ -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("The integration will be disabled.");
e.printStackTrace();
this.remove(integration.getPluginName());
this.remove(integration);
return defaultValue;
}
}

View File

@@ -185,4 +185,6 @@ dependencies:
required: false
bootstrap: false
- name: UltraEconomy
required: false
bootstrap: false

View File

@@ -51,3 +51,4 @@ softdepend:
- ModelEngine
- PvPManager
- DeluxeMenus
- UltraEconomy

View File

@@ -1,3 +1,3 @@
version = 6.55.2
version = 6.55.4
plugin-name = eco
kotlin.code.style = official