From 3f9e25de6f82abe18a4aed6a3bd23c66035a98a6 Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 24 Feb 2006 04:44:04 +0000 Subject: [PATCH] remove an unnecessary SV_VM block git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6021 d7cf8633-e32d-0410-b094-e92efae38249 --- sv_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sv_main.c b/sv_main.c index 92e12313..84c5e042 100644 --- 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 { -- 2.39.2