Automatic Firing won't stop

I am trying to setup automatic firing. I have a Server is one of the players. It works on the server player . The client keeps shooting after I release the Input Fire Button. I did attach the stop firing command after the death sequence and it stops the firing there. This is in the Base Weapon class.

Now this is the stop firing command. Still in the Base Weapon Class

351153-stopfiring.jpg

This is the input to start and stop firing in the player class

And then this is the server commands in the Pickup, which is the parent of the Base Weapon Class

351155-servercommands.jpg

I just can’t figure out why the client won’t stop firing. I have the get weapon and the FiringTimer both replicated