mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Remove duplicate call to 'CNetChan::SetChoked()'
Should only be called if client is active.
This commit is contained in:
parent
8e1019a265
commit
2ae8a74ad9
@ -137,8 +137,6 @@ void H_CL_Move()
|
||||
|
||||
cl->m_flNextCmdTime = double(minFrameTime + netTime - maxDelta);
|
||||
}
|
||||
else // Choke the packet...
|
||||
chan->SetChoked();
|
||||
}
|
||||
|
||||
void VCL_Main::Attach() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user