2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-28 15:45:46 +03:00

Merge pull request #450 from In-line/patch-6

Fix #445
This commit is contained in:
theAsmodai 2017-04-30 01:31:47 +03:00 committed by GitHub
commit 5fa7569c26

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