]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_input.c
Doxygen: more tweaks
[xonotic/darkplaces.git] / cl_input.c
index ebc508677d81f36c3608f95132fb8654c26be23b..da3104fdac12ea2f9455a8802c6fde0833cf3561 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_DisconnectEx(true, "Lost connection to server");
 }
 
 /*