Fix ghost roles button text not showing when latejoining as an observer (#11873)
This commit is contained in:
@@ -96,6 +96,7 @@ public sealed class GhostUIController : UIController, IOnStateChanged<GameplaySt
|
|||||||
Gui.TargetWindow.WarpClicked += OnWarpClicked;
|
Gui.TargetWindow.WarpClicked += OnWarpClicked;
|
||||||
|
|
||||||
Gui.Visible = _system?.IsGhost ?? false;
|
Gui.Visible = _system?.IsGhost ?? false;
|
||||||
|
UpdateGui();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnStateExited(GameplayState state)
|
public void OnStateExited(GameplayState state)
|
||||||
|
|||||||
Reference in New Issue
Block a user