diff --git a/Content.Server/Voting/VoteCommands.cs b/Content.Server/Voting/VoteCommands.cs index ce20e8edba..8649eae114 100644 --- a/Content.Server/Voting/VoteCommands.cs +++ b/Content.Server/Voting/VoteCommands.cs @@ -42,7 +42,7 @@ namespace Content.Server.Voting } } - [AdminCommand(AdminFlags.Fun)] + [AdminCommand(AdminFlags.Admin)] public sealed class CreateCustomCommand : IConsoleCommand { public string Command => "customvote";