Fix land mode spectator
This commit is contained in:
@@ -27,6 +27,7 @@ function GUIManager:InitSkirmish(isSpectator)
|
||||
|
||||
GUI_Component_Visibility(UI_PlanetaryPop, false)
|
||||
GUI_Component_Visibility(UI_CreditsTactical, false)
|
||||
GUI_Component_Visibility(UI_TechTactical, false)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -57,6 +58,7 @@ function GUIManager:Reset()
|
||||
|
||||
GUI_Component_Visibility(UI_PlanetaryPop, true)
|
||||
GUI_Component_Visibility(UI_CreditsTactical, true)
|
||||
GUI_Component_Visibility(UI_TechTactical, true)
|
||||
end
|
||||
|
||||
---Services Game Time display.
|
||||
|
||||
Reference in New Issue
Block a user