diff --git a/Client/mods/deathmatch/logic/CNetAPI.cpp b/Client/mods/deathmatch/logic/CNetAPI.cpp index d0f6cda32ca..56c06c1ae53 100644 --- a/Client/mods/deathmatch/logic/CNetAPI.cpp +++ b/Client/mods/deathmatch/logic/CNetAPI.cpp @@ -299,7 +299,7 @@ void CNetAPI::DoPulse() // Grab the local player CClientPlayer* pPlayer = m_pPlayerManager->GetLocalPlayer(); - if (pPlayer && !pPlayer->IsDeadOnNetwork()) + if (pPlayer) { unsigned long ulCurrentTime = CClientTime::GetTime(); @@ -406,10 +406,7 @@ void CNetAPI::DoPulse() // Display network trouble m_bIsNetworkTrouble = true; } - } - if (pPlayer) - { // Do camera sync even if player is dead if (IsCameraSyncNeeded()) {