Compare commits

..

2 Commits

Author SHA1 Message Date
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
2 changed files with 2 additions and 2 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("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;
} }
} }

View File

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