diff --git a/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs b/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs index 238c3701b0..1012c94697 100644 --- a/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs +++ b/Content.Server/Ghost/Roles/MakeGhostRoleCommand.cs @@ -9,7 +9,7 @@ using Robust.Shared.Localization; namespace Content.Server.Ghost.Roles { - [AdminCommand(AdminFlags.Fun)] + [AdminCommand(AdminFlags.Admin)] public sealed class MakeGhostRoleCommand : IConsoleCommand { public string Command => "makeghostrole";