diff --git a/Content.Server/Voting/VoteCommands.cs b/Content.Server/Voting/VoteCommands.cs index 677fe1d0f6e..e526829d272 100644 --- a/Content.Server/Voting/VoteCommands.cs +++ b/Content.Server/Voting/VoteCommands.cs @@ -63,7 +63,7 @@ namespace Content.Server.Voting } } - [AdminCommand(AdminFlags.Moderator)] + [AdminCommand(AdminFlags.Round)] public sealed class CreateCustomCommand : LocalizedEntityCommands { [Dependency] private readonly IVoteManager _voteManager = default!; @@ -218,7 +218,7 @@ namespace Content.Server.Voting } } - [AdminCommand(AdminFlags.Moderator)] + [AdminCommand(AdminFlags.Round)] public sealed class CancelVoteCommand : LocalizedEntityCommands { [Dependency] private readonly IAdminLogManager _adminLogger = default!;