mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
Switch to new rank system
This commit is contained in:
parent
927b89d768
commit
0f62037355
@ -514,7 +514,7 @@ Command.add(
|
||||
'destroy',
|
||||
{
|
||||
description = 'Destroys the entity under your cursor',
|
||||
admin_only = true
|
||||
required_rank = Ranks.admin
|
||||
},
|
||||
destroy
|
||||
)
|
||||
|
@ -280,7 +280,7 @@ Command.add(
|
||||
description = 'Places a market near you. Use /market removeall to remove all markets on a map',
|
||||
arguments = {'removeall'},
|
||||
default_values = {removeall = false},
|
||||
required_rank = Ranks.admin,
|
||||
required_rank = Ranks.admin
|
||||
},
|
||||
spawn_market
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user