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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;