From c47382274fe9f3e0180a8110440338fad21e7dfe Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 10 Oct 2013 05:19:35 +0200 Subject: [PATCH] Fix checkforpacketsduringsleep. --- host.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/host.c b/host.c index 0f19632a..6102ffec 100644 --- a/host.c +++ b/host.c @@ -1049,6 +1049,10 @@ void Host_Main(void) pass1+pass2+pass3, pass1, pass2, pass3); } } + else if (cls.state != ca_dedicated) + { + NetConn_ClientFrame(); + } #if MEMPARANOIA Mem_CheckSentinelsGlobal(); -- 2.39.2