Skip to content

Commit

Permalink
Enable the map preview in the autolobby
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Feb 4, 2025
1 parent f6d432f commit fc97703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/ui/lobby/autolobby/AutolobbyInterface.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ local AutolobbyInterface = Class(Group) {

if pathToScenarioInfo and playerOptions then
-- hide it for now until we have a better way to decipher its possible (negative) impact
-- self.Preview:Show()
-- self.Preview:UpdateScenario(pathToScenarioInfo, playerOptions)
self.Preview:Show()
self.Preview:UpdateScenario(pathToScenarioInfo, playerOptions)
end
end,

Expand Down

0 comments on commit fc97703

Please sign in to comment.