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:
commit
a27c3c1fb7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user