Eco-DiscordLink / EcoDiscordPlugin

A plugin that interfaces Eco Global Survival's server with Discord
GNU Affero General Public License v3.0
33 stars 15 forks source link

Possible issue with new wave emote #63

Closed kotoroshinoto closed 2 years ago

kotoroshinoto commented 2 years ago

I am not certain whether discordlink is at fault, but after the new update, things are crashing relating to chat behavior and the word "wave" somehow.

[12:42:05] Failed to start the server. Exception was Exception: ArgumentException Message:An item with the same key has already been added. Key: wave Source:System.Private.CoreLib

System.ArgumentException: An item with the same key has already been added. Key: wave at System.Collections.Generic.Dictionary2.TryInsert(TKey key, TValue value, InsertionBehavior behavior) at Eco.Gameplay.Systems.Chat.ChatCommandService.AddTypeCommands(Type handlerType, Dictionary2 englishCommands, List1 subCommands) at Eco.Gameplay.Systems.Chat.ChatCommandService.AddCommandHandlers(IEnumerable1 handlerTypes) at Eco.Gameplay.Systems.Chat.ChatCommandService.AddHandlersByReflection() at Eco.Gameplay.Systems.Chat.ChatCommandService..ctor() at Eco.Gameplay.Systems.Chat.ChatManager..ctor() at Eco.Gameplay.Systems.Chat.ChatServer..ctor() Outer Exceptions: Exception has been thrown by the target of an invocation.

kotoroshinoto commented 2 years ago

It was the EM mods that did it, sorry for bothering you.