From 83acc605a3ed3b45b7fb01371202db934595f0be Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Wed, 12 Oct 2022 19:36:44 +0200 Subject: [PATCH] Fix ghost roles button text not showing when latejoining as an observer (#11873) --- Content.Client/UserInterface/Systems/Ghost/GhostUIController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/UserInterface/Systems/Ghost/GhostUIController.cs b/Content.Client/UserInterface/Systems/Ghost/GhostUIController.cs index 0c824360ee..296923b5bb 100644 --- a/Content.Client/UserInterface/Systems/Ghost/GhostUIController.cs +++ b/Content.Client/UserInterface/Systems/Ghost/GhostUIController.cs @@ -96,6 +96,7 @@ public sealed class GhostUIController : UIController, IOnStateChanged