X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=host.c;h=aa8fb4c32bf9d712113f2bce98d71ec6d06f77e9;hb=1e01840681f92f425aa17e1a18c7dfcf3bf80e40;hp=e196fe79ce167f064ccf6bd00be6b6a1edd7b90b;hpb=54c8d13c76444ca7e9d3f65229b5638cc67c3db5;p=xonotic%2Fdarkplaces.git diff --git a/host.c b/host.c index e196fe79..aa8fb4c3 100644 --- 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(); cls.demonum = -1; hosterror = false;