X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=netconn.c;h=3980258215ef1a75cb8dca0c3354488207946431;hp=3226f763b34c529ae022a43aa35a641d44ea6773;hb=3f94d889aed3fc9aa2fc39ae80c3d00bc56f991f;hpb=57022afbc21b9c8b9491190ded1164e2ab2b4868;ds=sidebyside diff --git a/netconn.c b/netconn.c index 3226f763..39802582 100755 --- a/netconn.c +++ b/netconn.c @@ -986,6 +986,7 @@ void NetConn_ClientFrame(void) { Con_Print("Connection timed out\n"); CL_Disconnect(); + Host_ShutdownServer (false); } for (conn = netconn_list;conn;conn = conn->next) NetConn_ReSendMessage(conn);