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

@@ -163,6 +163,8 @@ function Game_Mode_Starting_Event(mode, map)
LocalPlayer = Find_Player("local")
DebugMessage("Local Player: %s (%d)", LocalPlayer.Get_Name(), LocalPlayer.Get_ID())
if StringCompare(mode, "Galactic") then
-- Galactic Campaign
Init_Galactic()