]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_input.c
cl_main: Keep old CL_Disconnect for simplicity. Move guts to CL_DisconnectEx
[xonotic/darkplaces.git] / cl_input.c
index 7c5598ca54960ff1666673a5efaeb4ca52060193..da3104fdac12ea2f9455a8802c6fde0833cf3561 100644 (file)
@@ -2167,7 +2167,7 @@ void CL_SendMove(void)
        in_impulse = 0;
 
        if (cls.netcon->message.overflowed)
        in_impulse = 0;
 
        if (cls.netcon->message.overflowed)
-               CL_Disconnect(true, "Lost connection to server");
+               CL_DisconnectEx(true, "Lost connection to server");
 }
 
 /*
 }
 
 /*