AssertionException: Assertion failure. Value was False Expected: True
Can someone help me?
I accidentally deleted a db file while the server was online and a person died and cannot respawn for it.

This message appears: "AssertionException: Assertion Failure. The value was False
Expected: True "

How can i solve this?

I know what I need to do but I need help to do that.
I saw in a topic that the person got help from a DEV here and said that in a few seconds he made available a plugin for him that managed to solve his problem, but didnt public it.
This topic

I am a beginner when programming and tried to read the API from the database but I was unable to make the connection.
Have you tried restarting the server?
5dfde13fdb9ce.png Calytic
Have you tried restarting the server?
Yes...
I tryed delete the database to force creating a new one with stoped Server too because I got a error RTC (...) with EventManeger. I can join, but this player not.

Where I can read more about BasePlayer? 
5dfde13fdb9ce.png Calytic
Have you tried restarting the server?

I have found solution! HAHAHA here

The player pass to me the error info and I searched:

Error info

Thank you very much Stromic, for you too, Calytic, for atention.

object OnPlayerRespawn(BasePlayer player)
{
var entityply = player as BaseEntity;
entityply.Kill();

return null;
}

Now, can close this! xD

You can change the object to void, and remove the return.