Skip to content

Commit

Permalink
Fix #5024
Browse files Browse the repository at this point in the history
  • Loading branch information
Benau committed Feb 23, 2024
1 parent a254c7a commit 1a8dbbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/states_screens/online/networking_lobby.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,8 @@ void NetworkingLobby::tearDown()
m_player_list = NULL;
m_joined_server.reset();
m_header_text = _("Lobby");
if (m_header)
m_header->setText(m_header_text, true);
m_header_text_width = 0;
// Server has a dummy network lobby too
if (!NetworkConfig::get()->isClient())
Expand Down

0 comments on commit 1a8dbbd

Please sign in to comment.