Fix land mode spectator

This commit is contained in:
2026-03-25 21:56:30 -05:00
parent 68449e1a78
commit 2412e451ca
3 changed files with 12 additions and 5 deletions

View File

@@ -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.