Remove duplicate call to 'CNetChan::SetChoked()'

Should only be called if client is active.
This commit is contained in:
Kawe Mazidjatari 2023-06-05 08:07:04 +02:00
parent 8e1019a265
commit 2ae8a74ad9

View File

@ -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