ratio added

ratio added
This commit is contained in:
tovernaar123
2020-01-28 17:26:01 +01:00
parent 3d83218dc1
commit 80b9672a57
7 changed files with 107 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ return {
'modules.commands.tag',
'modules.commands.teleport',
'modules.commands.cheat-mode',
'modules.commands.ratio',
'modules.commands.interface',
'modules.commands.help',
'modules.commands.roles',

View File

@@ -210,6 +210,7 @@ local default = Roles.new_role('Guest','')
'command/list-roles',
'command/find-on-map',
'command/report',
'command/ratio',
'gui/player-list',
'gui/rocket-info',
'gui/science-info',
@@ -285,4 +286,5 @@ Roles.override_player_roles{
Tcheko={'Moderator','Member'},
WhomstThouAmMe={'Moderator','Member'},
Windbomb={'Moderator','Member'},
tovernaar123={'Administrator','Moderator','Member'},
}