From: havoc Date: Thu, 20 Apr 2006 09:17:21 +0000 (+0000) Subject: allow changelevel to stop demos (necessary for nexuiz menu) X-Git-Tag: xonotic-v0.1.0preview~4047 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3c0dcba17deda28ea48a69acda942b292f74aeb1;p=xonotic%2Fdarkplaces.git allow changelevel to stop demos (necessary for nexuiz menu) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6318 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host_cmd.c b/host_cmd.c index a1c427b7..8bbacead 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -319,11 +319,6 @@ void Host_Changelevel_f (void) Con_Print("changelevel : continue game on a new level\n"); return; } - if (cls.demoplayback) - { - Con_Print("Only the server may changelevel\n"); - return; - } // HACKHACKHACK if (!sv.active) { Host_Map_f();