]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
protocol/dp8: Implement parting messages
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index e196fe79ce167f064ccf6bd00be6b6a1edd7b90b..21650a24c9f1f190f0349e80c9b8c93bd0fe56cf 100644 (file)
--- a/host.c
+++ b/host.c
@@ -134,7 +134,7 @@ void Host_Error (const char *error, ...)
        if (cls.state == ca_dedicated)
                Sys_Error ("Host_Error: %s",hosterrorstring2);  // dedicated servers exit
 
-       CL_Disconnect ();
+       CL_Disconnect (false, NULL);
        cls.demonum = -1;
 
        hosterror = false;