From: havoc Date: Fri, 24 Feb 2006 04:44:04 +0000 (+0000) Subject: remove an unnecessary SV_VM block X-Git-Tag: xonotic-v0.1.0preview~4292 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3f9e25de6f82abe18a4aed6a3bd23c66035a98a6;p=xonotic%2Fdarkplaces.git remove an unnecessary SV_VM block git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6021 d7cf8633-e32d-0410-b094-e92efae38249 --- 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 {