From a3d05f23015e8fe6eeb020f5dad73a2a2a424325 Mon Sep 17 00:00:00 2001 From: In-line Date: Sat, 29 Apr 2017 23:41:49 +0400 Subject: [PATCH] Fix #445 --- rehlds/engine/net_ws.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }