diff --git a/Barotrauma/BarotraumaClient/Source/Screens/LobbyScreen.cs b/Barotrauma/BarotraumaClient/Source/Screens/LobbyScreen.cs index a8df21efa..07c31eee7 100644 --- a/Barotrauma/BarotraumaClient/Source/Screens/LobbyScreen.cs +++ b/Barotrauma/BarotraumaClient/Source/Screens/LobbyScreen.cs @@ -82,10 +82,12 @@ namespace Barotrauma locationTitle.Text = TextManager.Get("Location") + ": " + campaign.Map.CurrentLocation.Name; + campaign.Map.SelectLocation(-1); + bottomPanel.ClearChildren(); campaignUI = new CampaignUI(campaign, bottomPanel); campaignUI.StartRound = StartRound; - campaignUI.OnLocationSelected = SelectLocation; + campaignUI.OnLocationSelected = SelectLocation; campaignUI.UpdateCharacterLists(); GameAnalyticsManager.SetCustomDimension01("singleplayer");