KeyNotFoundException at ColliderCheck.OnCollisionEnterFixed
KeyNotFoundException: The given key was not present in the dictionary.
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in :0 
  at Oxide.Plugins.FancyDrop+ColliderCheck.OnCollisionEnter (UnityEngine.Collision col) [0x000ff] in <1d3e3443888a46eb87a3275bbab29247>:0

I will investigate, What was happening when this happened exactly? and what version are you running?

I think it was when a player threw down a supply signal, but not entirely sure. Running the latest, version 3.1.8.

3IXAUB9QV0ass9H.PNG LoneWolfAU

I think it was when a player threw down a supply signal, but not entirely sure. Running the latest, version 3.1.8.

Can you post your config so I can try and reproduce

3IXAUB9QV0ass9H.PNG LoneWolfAU

I see where it is erroring its on the Direct Drop notification call this setting
"Notify players when Drop is landed about distance":true,

I will get that updated and release an update once I get it fixed. Thanks @LoneWolfAU for bring it to my attention.

No problems @FastBurst

Merged post

Just did a 25 drop "massdrop" for players on my server, and got one of these for every drop.

 

(23:33:43) | KeyNotFoundException: The given key was not present in the dictionary.

(23:33:43) | KeyNotFoundException: The given key was not present in the dictionary.

(23:33:44) | KeyNotFoundException: The given key was not present in the dictionary.

(23:33:45) | KeyNotFoundException: The given key was not present in the dictionary.

(23:33:45) | KeyNotFoundException: The given key was not present in the dictionary.

(23:33:46) | KeyNotFoundException: The given key was not present in the dictionary.

(23:33:46) | KeyNotFoundException: The given key was not present in the dictionary.

(23:33:46) | KeyNotFoundException: The given key was not present in the dictionary.

(23:33:46) | KeyNotFoundException: The given key was not present in the dictionary.

(23:33:46) | KeyNotFoundException: The given key was not present in the dictionary.

(23:33:48) | KeyNotFoundException: The given key was not present in the dictionary.

(23:33:49) | KeyNotFoundException: The given key was not present in the dictionary.

Still having the above error (25 times) when I do a massdrop of 25 drops. 

3IXAUB9QV0ass9H.PNG LoneWolfAU

Still having the above error (25 times) when I do a massdrop of 25 drops. 

How are you calling the massdrop so I can investigate the issue?

ad.massdrop 25 from RCON console

Should be good to go now, added an additional check

Locked automatically