Added command find

This commit is contained in:
Cooldude2606
2019-05-27 14:38:23 +01:00
parent ac755ba2ac
commit e1ec16ac77
5 changed files with 32 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ return {
['command/report'] = {
auth=function(player,action_player_name)
if not Roles.player_allowed(player,'command/give-warning') then
return auth_lower_role(player,action_player_name)
return not Roles.player_has_flag(action_player_name,'report-immune')
end
end,
reason_callback=report_player_callback,