r1343 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon May 12 06:49:02 EDT 2008
Author: tma
Date: 2008-05-12 06:49:02 -0400 (Mon, 12 May 2008)
New Revision: 1343
Modified:
trunk/code/qcommon/common.c
Log:
* (bug 3641) Server is left running following a local disconnect
Modified: trunk/code/qcommon/common.c
===================================================================
--- trunk/code/qcommon/common.c 2008-05-10 18:51:02 UTC (rev 1342)
+++ trunk/code/qcommon/common.c 2008-05-12 10:49:02 UTC (rev 1343)
@@ -277,6 +277,7 @@
Cvar_Set("com_errorMessage", com_errorMessage);
if (code == ERR_DISCONNECT || code == ERR_SERVERDISCONNECT) {
+ SV_Shutdown( "Server disconnected" );
CL_Disconnect( qtrue );
VM_Forced_Unload_Start();
CL_FlushMemory( );
More information about the quake3-commits
mailing list