diff --git a/rehlds/engine/net_ws.cpp b/rehlds/engine/net_ws.cpp index d439722..265a683 100644 --- a/rehlds/engine/net_ws.cpp +++ b/rehlds/engine/net_ws.cpp @@ -1265,7 +1265,7 @@ qboolean NET_GetPacket(netsrc_t sock) } else { - bret = NET_LagPacket(TRUE, sock, NULL, NULL); + bret = NET_LagPacket(FALSE, sock, NULL, NULL); } }