You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haven't tested peanutinfection in a while. I encountered this issue when i typed this command in console: "reload all".
The following error was shown twice:
[2021-06-11 11:50:54.184 +02:00] [ERROR] [Exiled.API] An error has occurred while registering a command: System.ArgumentException: An item with the same key has already been added. Key: peanutinfection
at System.Collections.Generic.Dictionary2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x000c1] in <9577ac7a62ef43179789031239ba8798>:0 at System.Collections.Generic.Dictionary2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <9577ac7a62ef43179789031239ba8798>:0
at CommandSystem.CommandHandler.RegisterCommand (CommandSystem.ICommand command) [0x00039] in <36b434bb3b08466c8dd3fe3113bbc47e>:0
at Exiled.API.Features.Plugin`1[TConfig].OnRegisteringCommands () [0x0010d] in :0
The text was updated successfully, but these errors were encountered:
It appears to be an issue with the plugin not properly unregistering it's commands when unloaded, I'll work on fixing that at some point, but you should be able to simply ignore the error for the time being.
Haven't tested peanutinfection in a while. I encountered this issue when i typed this command in console: "reload all".
The following error was shown twice:
[2021-06-11 11:50:54.184 +02:00] [ERROR] [Exiled.API] An error has occurred while registering a command: System.ArgumentException: An item with the same key has already been added. Key: peanutinfection
at System.Collections.Generic.Dictionary
2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x000c1] in <9577ac7a62ef43179789031239ba8798>:0 at System.Collections.Generic.Dictionary
2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <9577ac7a62ef43179789031239ba8798>:0at CommandSystem.CommandHandler.RegisterCommand (CommandSystem.ICommand command) [0x00039] in <36b434bb3b08466c8dd3fe3113bbc47e>:0
at Exiled.API.Features.Plugin`1[TConfig].OnRegisteringCommands () [0x0010d] in :0
The text was updated successfully, but these errors were encountered: