]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
use togglemenu 1 to enable menu at startup
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 39dbe22146c94f8203e28ce402f687e9e54ee0eb..b7bad6c41e99423176d342b5c41694276ea26e88 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1342,7 +1342,7 @@ static void Host_Init (void)
 
        if (!sv.active && !cls.demoplayback && !cls.connect_trying)
        {
-               Cbuf_AddText("togglemenu\n");
+               Cbuf_AddText("togglemenu 1\n");
                Cbuf_Execute();
        }