2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-04 16:49:04 +03:00
This commit is contained in:
In-line 2017-04-29 23:41:49 +04:00 committed by GitHub
parent adac0d655d
commit a3d05f2301

View File

@ -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);
}
}