KeyNotFoundException at GetSharingEnabledFixed

When using /bs share <name> or /bs toggle the pluggin calls back error and its not sharing the bps with and clan mates or friends. This is the console error im getting.

Failed to call hook 'ToggleCommand' on plugin 'BlueprintShare v1.1.6' (KeyNotFoundException: The given key was not present in the dictionary.)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <437ba245d8404784b9fbab9b439ac908>:0
  at Oxide.Plugins.BlueprintShare.GetSharingEnabled (System.String playerUID) [0x00000] in <8175054717fd4f6ca7a914ad9e8c7500>:0
  at Oxide.Plugins.BlueprintShare.ToggleCommand (BasePlayer player, System.String command, System.String[] args) [0x000ca] in <8175054717fd4f6ca7a914ad9e8c7500>:0
  at Oxide.Plugins.BlueprintShare.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00735] in <8175054717fd4f6ca7a914ad9e8c7500>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d09a1f46ca2f4432811bcfe45ad13c7b>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <cf88a28c7fb44d36890d85a78331cc9d>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cf88a28c7fb44d36890d85a78331cc9d>:0
Thank you for reporting this error. This error would only occur with a player doesn't exist within the database as it is trying to fetch values that don't exist. This should not be an issue as upon a player joining it checks if you are in the database and if you are not it will add you. Is this issue for just you or anyone else?

Merged post

I have updated the plugin with a fix which should have hopefully resolved this issue.
Locked automatically