Skip to content

Commit

Permalink
Add integration server to devmode settings server list (#693)
Browse files Browse the repository at this point in the history
server5.beyondallreason.info
  • Loading branch information
L-e-x-o-n authored May 28, 2024
1 parent 72ec6bd commit d4fb7ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LuaMenu/widgets/gui_settings_window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,7 @@ local function GetLobbyTabControls()
end
if WG.Chobby.Configuration.devMode then
table.insert(barservers, "localhost")
table.insert(barservers, "server5.beyondallreason.info") -- Integration server
end

children[#children + 1] = ComboBox:New {
Expand Down

0 comments on commit d4fb7ba

Please sign in to comment.