Fix display of ghost role rules (#18434)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user