Fix display of ghost role rules (#18434)

This commit is contained in:
lzk
2023-07-29 21:56:58 +03:00
committed by GitHub
parent f55d1b8996
commit 22d58eee8e

View File

@@ -55,7 +55,7 @@ namespace Content.Server.Ghost.Roles.Components
[Access(typeof(GhostRoleSystem), Other = AccessPermissions.ReadWriteExecute)] // FIXME Friends [Access(typeof(GhostRoleSystem), Other = AccessPermissions.ReadWriteExecute)] // FIXME Friends
public string RoleRules public string RoleRules
{ {
get => _roleRules; get => Loc.GetString(_roleRules);
set set
{ {
_roleRules = value; _roleRules = value;