Added Commands to roles

This commit is contained in:
Cooldude2606
2019-04-18 23:40:55 +01:00
parent cc64613f41
commit 745e31b7e7
3 changed files with 31 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ Commands.new_command('get-warnings','Gets the number of warnings a player has. I
end
end)
Commands.new_command('clear-warnigns','Clears all warnings (and script warnings) from a player')
Commands.new_command('clear-warnings','Clears all warnings (and script warnings) from a player')
:add_param('player',false,'player')
:register(function(player,action_player,raw)
WarningsControl.clear_warnings(player,player.name)