mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-30 04:30:58 +02:00
Change admin_only to use rank
This commit is contained in:
parent
c9404d8222
commit
4c2a2eafa0
@ -466,7 +466,7 @@ Command.add(
|
|||||||
description = 'Revives the ghosts within the provided radius around you',
|
description = 'Revives the ghosts within the provided radius around you',
|
||||||
arguments = {'radius'},
|
arguments = {'radius'},
|
||||||
default_values = {radius = 10},
|
default_values = {radius = 10},
|
||||||
admin_only = true
|
required_rank = Ranks.admin
|
||||||
},
|
},
|
||||||
revive_ghosts
|
revive_ghosts
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user