diff --git a/Content.Shared/_Sunrise/GhostTheme/GhostThemeComponent.cs b/Content.Shared/_Sunrise/GhostTheme/GhostThemeComponent.cs index badf31c983..f0dacabc89 100644 --- a/Content.Shared/_Sunrise/GhostTheme/GhostThemeComponent.cs +++ b/Content.Shared/_Sunrise/GhostTheme/GhostThemeComponent.cs @@ -6,6 +6,7 @@ namespace Content.Shared._Sunrise.GhostTheme; public sealed partial class GhostThemeComponent: Component { + [ViewVariables(VVAccess.ReadOnly)] [DataField, AutoNetworkedField] public string? GhostTheme; }