diff --git a/r5dev/sdklauncher/basepanel.cpp b/r5dev/sdklauncher/basepanel.cpp index 31d6ac8b..c24e4e1b 100644 --- a/r5dev/sdklauncher/basepanel.cpp +++ b/r5dev/sdklauncher/basepanel.cpp @@ -539,6 +539,11 @@ void CSurface::Init() //----------------------------------------------------------------------------- void CSurface::Setup() { + // Already parse these out since you can scroll select in a combo box + // without uncollapsing it. + this->ParseMaps(); + this->ParsePlaylists(); + this->m_ModeCombo->Items.Add("Host"); this->m_ModeCombo->Items.Add("Server"); this->m_ModeCombo->Items.Add("Client");