]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_input.c
fixed very annoying '5 second timeout' bug in Host_ShutdownServer (the local client...
[xonotic/darkplaces.git] / cl_input.c
index fac600f92125eae8aeea7a65c3d4d0b6de6da197..e3d964d8a357ae61b40a62dda0a10ffbdaafc759 100644 (file)
@@ -465,6 +465,7 @@ void CL_SendMove(usercmd_t *cmd)
        {
                Con_Print("CL_SendMove: lost server connection\n");
                CL_Disconnect();
        {
                Con_Print("CL_SendMove: lost server connection\n");
                CL_Disconnect();
+               Host_ShutdownServer(false);
        }
 }
 
        }
 }