From ab860c04b692346e8b40760d7160ace1aa820219 Mon Sep 17 00:00:00 2001 From: Pancake Date: Sat, 11 Jun 2022 19:57:47 -0700 Subject: [PATCH] Update VoteCommands.cs (#8729) --- Content.Server/Voting/VoteCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";