From a7fd103124d6e6a506d8f837b9a29a97f0ea7e63 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Sat, 6 Nov 2021 23:03:16 +0000 Subject: modmanager fixes --- NorthstarDedicatedTest/misccommands.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NorthstarDedicatedTest/misccommands.cpp') diff --git a/NorthstarDedicatedTest/misccommands.cpp b/NorthstarDedicatedTest/misccommands.cpp index 27dbbbc4..cc6f816d 100644 --- a/NorthstarDedicatedTest/misccommands.cpp +++ b/NorthstarDedicatedTest/misccommands.cpp @@ -28,6 +28,8 @@ void EndSelfAuthAndLeaveToLobbyCommand(const CCommand& arg) Cbuf_Execute(); g_ServerAuthenticationManager->m_bNeedLocalAuthForNewgame = true; + // this won't set playlist correctly on remote clients, don't think they can set playlist until they've left which sorta fucks things + // should maybe set this in HostState_NewGame? SetCurrentPlaylist("tdm"); strcpy(g_pHostState->m_levelName, "mp_lobby"); g_pHostState->m_iNextState = HS_NEW_GAME; -- cgit v1.2.3