]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
removed crash parameter from Host_ShudownServer, eliminated NetConn_SendToAll and...
[xonotic/darkplaces.git] / cl_main.c
index 346ebdd41677216c6734e6fe7c6445144435dc26..32c7d61a87df8ebae69b4de4eaa8bb29566946da 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -328,7 +328,7 @@ void CL_Disconnect_f(void)
 {
        CL_Disconnect ();
        if (sv.active)
-               Host_ShutdownServer (false);
+               Host_ShutdownServer ();
 }