Why is client spawning bullets twice?

Hello,

i’m working on a multiplayer FPS and currently have a bit of a problem when spawning bullets. The client sometimes spawns multiple bullets at once (especially when freshly respawned). How do I prevent that?

(Custom event “shoot” is executed on tick)

Thx