From 22d58eee8e23823819d7ab2e2aaedf4fd3c149d4 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sat, 29 Jul 2023 21:56:58 +0300 Subject: [PATCH] Fix display of ghost role rules (#18434) --- Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs b/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs index 96d0f02b79..330adbfe68 100644 --- a/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs +++ b/Content.Server/Ghost/Roles/Components/GhostRoleComponent.cs @@ -55,7 +55,7 @@ namespace Content.Server.Ghost.Roles.Components [Access(typeof(GhostRoleSystem), Other = AccessPermissions.ReadWriteExecute)] // FIXME Friends public string RoleRules { - get => _roleRules; + get => Loc.GetString(_roleRules); set { _roleRules = value;