]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
remove an unnecessary SV_VM block
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 24 Feb 2006 04:44:04 +0000 (04:44 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 24 Feb 2006 04:44:04 +0000 (04:44 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6021 d7cf8633-e32d-0410-b094-e92efae38249

sv_main.c

index 92e123139e848909c7ae729d0fb97095af13b65a..84c5e042b15a6a3085082e71280e72b68e6c0c75 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -1671,10 +1671,8 @@ void SV_SpawnServer (const char *server)
        if (sv.active)
        {
                // Tell all the clients that the server is changing levels
-               SV_VM_Begin();
                MSG_WriteByte(&sv.reliable_datagram, svc_stufftext);
                MSG_WriteString(&sv.reliable_datagram, "reconnect\n");
-               SV_VM_End();
        }
        else
        {