]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
Remove a call to ResetProg from ShutdownServer, so after a crash you will be able...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index d2d22bbaa3a6a5cd5035d663a18a9e9e20efe14b..0fae48ff0a45a53d1d74e93e93824ee797278d80 100644 (file)
--- 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();
 }