From: black Date: Mon, 8 Aug 2005 08:16:37 +0000 (+0000) Subject: Remove a call to ResetProg from ShutdownServer, so after a crash you will be able... X-Git-Tag: xonotic-v0.1.0preview~4658 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fcc0982125e36f516858c4ae3a8b6a2f0587604d;p=xonotic%2Fdarkplaces.git Remove a call to ResetProg from ShutdownServer, so after a crash you will be able to debug the server prog. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5563 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host.c b/host.c index d2d22bba..0fae48ff 100644 --- a/host.c +++ b/host.c @@ -512,8 +512,6 @@ void Host_ShutdownServer(qboolean crash) memset(&sv, 0, sizeof(sv)); memset(svs.clients, 0, svs.maxclients*sizeof(client_t)); - PRVM_ResetProg(); - SV_VM_End(); }