| 1399 | |
| 1400 | |
| 1401 | void cClientHandle::HandleRespawn(void) |
| 1402 | { |
| 1403 | if (m_Player == NULL) |
| 1404 | { |
| 1405 | Destroy(); |
| 1406 | return; |
| 1407 | } |
| 1408 | m_Player->Respawn(); |
| 1409 | cRoot::Get()->GetPluginManager()->CallHookPlayerSpawned(*m_Player); |
| 1410 | } |
| 1411 | |
| 1412 | |
| 1413 |
no test coverage detected