]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
Host_Shutdown now calls CL_Disconnect and Host_ShutdownServer so that quitting withou...
[xonotic/darkplaces.git] / host_cmd.c
index f45abdc6ad607b63cf590ad830604dde79db2484..d6aa856d6949bd6c7c58d2e58b45fc9366ee56ee 100644 (file)
@@ -32,13 +32,8 @@ Host_Quit_f
 ==================
 */
 
-extern qboolean host_shuttingdown;
 void Host_Quit_f (void)
 {
-       host_shuttingdown = true;
-       CL_Disconnect ();
-       Host_ShutdownServer(false);
-
        Sys_Quit ();
 }