Skip to content

Commit

Permalink
Hide AI autofill options
Browse files Browse the repository at this point in the history
  • Loading branch information
speed2 authored and speed2CZ committed Oct 27, 2019
1 parent 6936965 commit 9822d67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mods/coop/hook/lua/ui/lobby/lobby.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ function CreateUI()
LayoutHelpers.AtLeftTopIn(GUI.observerPanel, GUI.panel, 512, 503)
GUI.observerPanel.Width:Set(278)
GUI.observerPanel.Height:Set(206)

-- Hide AI autofill options
GUI.AIFillPanel:Hide()
GUI.AIFillButton:Hide()
GUI.AIClearButton:Hide()
GUI.TeamCountSelector:Hide()
GUI.AIFillPanelBorder:Hide()
end

-- Force the teams display to always stay hidden.
Expand Down

0 comments on commit 9822d67

Please sign in to comment.