You would need to show the logic behind spawning and destroying an enemy.
Both should only be done on the server.
If you are spawning or destroying enemies without the is authority check then you could have simultaneous spawns on both client and server.
This type of logic should only be controlled via the authoritative server.