Skip to content

Commit b970ccb

Browse files
Neproifyqaisjp
authored andcommitted
Remove redundant check on CNetAPI::DoPulse (#970)
* Deleted redundant check. Addendum to 8475539 / #964
1 parent ac0715c commit b970ccb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Client/mods/deathmatch/logic/CNetAPI.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,7 @@ void CNetAPI::DoPulse()
406406
// Display network trouble
407407
m_bIsNetworkTrouble = true;
408408
}
409-
}
410409

411-
if (pPlayer)
412-
{
413410
// Do camera sync even if player is dead
414411
if (IsCameraSyncNeeded())
415412
{

0 commit comments

Comments
 (0)