Bug Fixing Round 3

This commit is contained in:
Cooldude2606
2019-04-19 14:06:08 +01:00
parent 37e040c093
commit 53a74b96e3
12 changed files with 1042 additions and 18 deletions

View File

@@ -91,7 +91,7 @@ Roles.new_role('Trainee','TrMod')
'command/goto',
'command/temp-ban',
'command/give-warning',
'command/get-warning',
'command/get-warnings',
'command/get-reports',
}
@@ -120,6 +120,8 @@ Roles.new_role('Donator','Don')
:set_flag('is_spectator')
:set_parent('Veteran')
:allow{
'command/jail',
'command/unjail'
}
Roles.new_role('Partner','Part')