Dropped Mag Appearing Twice

First Person Controller 2.1.8
Unity 2018.3.14
I have set up my own Pistol weapon, but for some reason two clips are dropped during a reload. Any idea why this could be?
It does not happen with Nolan in the demo scene.
There is no error message.
 
The clips are dropped within ShootableWeapon.DropClip - if you place a breakpoint here you can see what is calling it. My guess is that you have two drop clip animation events.

(Please only post bug reports that you are able to reproduce within the demo scene in this section, for the rest the Questions section is appropriate).
 
Top