1
0
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:
plague006 2019-02-08 17:09:47 -05:00 committed by Matthew Heguy
parent 927b89d768
commit 0f62037355
2 changed files with 2 additions and 2 deletions

View File

@ -514,7 +514,7 @@ Command.add(
'destroy',
{
description = 'Destroys the entity under your cursor',
admin_only = true
required_rank = Ranks.admin
},
destroy
)

View File

@ -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
)