mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-15 03:31:30 +01:00
Allow Maintainers to use customvote command (#38385)
Changed from Moderator perm to Round perm
This commit is contained in:
@@ -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!;
|
||||
|
||||
Reference in New Issue
Block a user