]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_input.c
protocol/dp8: Implement parting messages
[xonotic/darkplaces.git] / cl_input.c
index ebc508677d81f36c3608f95132fb8654c26be23b..7c5598ca54960ff1666673a5efaeb4ca52060193 100644 (file)
@@ -2167,10 +2167,7 @@ void CL_SendMove(void)
        in_impulse = 0;
 
        if (cls.netcon->message.overflowed)
-       {
-               Con_Print("CL_SendMove: lost server connection\n");
-               CL_Disconnect();
-       }
+               CL_Disconnect(true, "Lost connection to server");
 }
 
 /*