We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4624da commit 8191bdeCopy full SHA for 8191bde
1 file changed
LuaMenu/widgets/gui_settings_window.lua
@@ -1829,6 +1829,9 @@ end
1829
1830
local firstCall = true
1831
function widget:ActivateMenu()
1832
+ if not (WG.Chobby and WG.Chobby.Configuration) then
1833
+ return
1834
+ end
1835
if firstCall then
1836
local gameSettings = WG.Chobby.Configuration.game_settings
1837
for key, value in pairs(gameSettings) do
@@ -1838,9 +1841,6 @@ function widget:ActivateMenu()
1838
1841
firstCall = false
1839
1842
return
1840
1843
end
- if not (WG.Chobby and WG.Chobby.Configuration) then
- return
- end
1844
inLobby = true
1845
SetLobbyFullscreenMode(WG.Chobby.Configuration.lobby_fullscreen)
1846
0 commit comments