From f94634992bc82c24bf6efc881f6119f9a73d9a0b Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 4 Sep 2003 09:30:48 +0000 Subject: [PATCH] the Connect failed error is now just a print git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3435 d7cf8633-e32d-0410-b094-e92efae38249 --- netconn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netconn.c b/netconn.c index 90d6d40d..3c70fefe 100755 --- a/netconn.c +++ b/netconn.c @@ -919,7 +919,7 @@ void NetConn_ClientFrame(void) if (cls.connect_remainingtries == 0) { cls.connect_trying = false; - Host_Error("Connect failed\n"); + Con_Printf("Connect failed\n"); return; } if (cls.connect_nextsendtime) -- 2.39.2