From f398004a1853e43773c34010ab304e0ea6c08320 Mon Sep 17 00:00:00 2001 From: Eidolon Date: Wed, 25 Dec 2019 20:00:21 -0600 Subject: [PATCH] Ensure + commands get executed before map start --- src/d_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/d_main.c b/src/d_main.c index d24cc4b58..52cd7b46c 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -1679,6 +1679,8 @@ void D_SRB2Main(void) // as having been modified for the first game. M_PushSpecialParameters(); // push all "+" parameter at the command buffer + COM_BufExecute(); // ensure the command buffer gets executed before the map starts (+skin) + strncpy(connectedservername, cv_servername.string, MAXSERVERNAME); if (M_CheckParm("-gametype") && M_IsNextParm())