Change makeghostrole perms

Trialmins can already use VV to do this manually, no reason not to just give them the verb
This commit is contained in:
Kara D
2022-03-12 12:00:00 -07:00
parent e5d1a95f61
commit 9750e1928a

View File

@@ -9,7 +9,7 @@ using Robust.Shared.Localization;
namespace Content.Server.Ghost.Roles namespace Content.Server.Ghost.Roles
{ {
[AdminCommand(AdminFlags.Fun)] [AdminCommand(AdminFlags.Admin)]
public sealed class MakeGhostRoleCommand : IConsoleCommand public sealed class MakeGhostRoleCommand : IConsoleCommand
{ {
public string Command => "makeghostrole"; public string Command => "makeghostrole";