]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
the Connect failed error is now just a print
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 4 Sep 2003 09:30:48 +0000 (09:30 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 4 Sep 2003 09:30:48 +0000 (09:30 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3435 d7cf8633-e32d-0410-b094-e92efae38249

netconn.c

index 90d6d40dab7487f9f800a54fce2ae47e98cad948..3c70fefec5476a771c8899528e4608d5e1edee3e 100755 (executable)
--- 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)