]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_input.c
com_list: Rename Delete to Delete_Init and implement the actual Delete
[xonotic/darkplaces.git] / cl_input.c
index 774563509632e20cd07862429bb51fd50edb17b5..8ccd3477dc24cc14c307d4243c624270ceeb3b66 100644 (file)
@@ -2152,7 +2152,7 @@ void CL_SendMove(void)
                Con_Print("CL_SendMove: lost server connection\n");
                CL_Disconnect();
                SV_LockThreadMutex();
-               Host_ShutdownServer();
+               SV_Shutdown();
                SV_UnlockThreadMutex();
        }
 }