BaseNetworkable does not work anymoreSolved
Hello, i'm trying to make a plugin that is using entities, I was using this code:
void OnEntitySpawn(BaseNetworkable entity) {
}​

and it worked fine and now it does not work. Anyone knows why?

Hey!
Because you should use OnEntitySpawned, not OnEntitySpawn.
It still does not work

Merged post

Nvm,  I found the problem, Thanks for the help anyways.
Locked automatically