From fd11019b281b07f4eae920e0d7d7dceee90c5cc4 Mon Sep 17 00:00:00 2001 From: VigersRay Date: Thu, 15 Aug 2024 06:49:35 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20GhostThemeComponent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/_Sunrise/GhostTheme/GhostThemeComponent.cs | 1 + 1 file changed, 1 insertion(+) 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; }