@ -1894,6 +1894,12 @@ static qboolean SV_Kill_f( sv_client_t *cl )
if( !SV_IsValidEdict( cl->edict ))
return true;
if( cl->state != cs_spawned )
{
SV_ClientPrintf( cl, "Can't suicide - not connected!\n" );
}
if( cl->edict->v.health <= 0.0f )
SV_ClientPrintf( cl, "Can't suicide - already dead!\n");