1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Merge pull request #1210 from grilledham/poll_command_admin

Require admin for poll command.
This commit is contained in:
grilledham 2021-05-08 20:32:16 +01:00 committed by GitHub
commit a27c3c1fb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1416,7 +1416,7 @@ Command.add(
{
description = {'command_description.poll'},
arguments = {'poll'},
required_rank = Ranks.regular,
required_rank = Ranks.admin,
allowed_by_server = true,
custom_help_text = {'command_custom_help.poll'},
log_command = true,