Every message to discord is: PlayerChatFormatFixed

every message to discord is: PlayerChatFormat

DiscordMessages was compiled successfully in 2395ms
Exception while calling NextTick callback (KeyNotFoundException: The given key was not present in the dictionary.)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <eae584ce26bc40229c1b1aa476bfa589>:0 
  at Oxide.Game.Rust.Libraries.Covalence.RustCommandSystem.UnregisterCommand (System.String command, Oxide.Core.Plugins.Plugin plugin) [0x0008a] in <63125a832d1b447fb368c2d12baf4406>:0 
  at Oxide.Core.Libraries.Covalence.Covalence.UnregisterCommand (System.String command, Oxide.Core.Plugins.Plugin plugin) [0x0000a] in <c2afd8354b8b4f3ca451cf5a1aa111c3>:0 
  at Oxide.Core.Plugins.Plugin.UnregisterWithCovalence () [0x00029] in <c2afd8354b8b4f3ca451cf5a1aa111c3>:0 
  at Oxide.Core.Plugins.Plugin.HandleRemovedFromManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <c2afd8354b8b4f3ca451cf5a1aa111c3>:0 
  at Oxide.Plugins.CSharpPlugin.HandleRemovedFromManager (Oxide.Core.Plugins.PluginManager manager) [0x0006d] in <3606d2af539c45e4b5c61658e6a8b307>:0 
  at Oxide.Core.Plugins.PluginManager.RemovePlugin (Oxide.Core.Plugins.Plugin plugin) [0x00066] in <c2afd8354b8b4f3ca451cf5a1aa111c3>:0 
  at Oxide.Core.OxideMod.UnloadPlugin (System.String name) [0x00052] in <c2afd8354b8b4f3ca451cf5a1aa111c3>:0 
  at Oxide.Plugins.CSharpPluginLoader.<CompileAssembly>b__21_0 (Oxide.Plugins.Compilation compilation) [0x00154] in <3606d2af539c45e4b5c61658e6a8b307>:0 
  at Oxide.Plugins.Compilation.<Completed>b__20_0 () [0x00000] in <3606d2af539c45e4b5c61658e6a8b307>:0 
  at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <c2afd8354b8b4f3ca451cf5a1aa111c3>:0 


Merged post

also when reloading plugin ^^

same issue, i just switched back to old version

We tried switching back still have the same issue which is really annoying :P

Change inside the plugin under the language section around line 707

                ["PlayerChatFormatNew"] = "[{2}] **{0}:** {1}",

into

                ["PlayerChatFormat"] = "[{2}] **{0}:** {1}",

then reload plugin

Still not working :(

Merged post

it keeps changing it back to

["PlayerChatFormatNew"] = "[{2}] **{0}:** {1}",​

Fixed in latest update (2.1.8)

Locked automatically