Bug Fixing Round Two

This commit is contained in:
Cooldude2606
2019-04-19 00:11:44 +01:00
parent 745e31b7e7
commit 37e040c093
6 changed files with 21 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ Commands.new_command('report','Reports a player and notifies moderators')
input = Commands.parse('player',input,player,reject)
if not input then return end
if Roles.player_has_flag(player,'report-immune') then
return reject{'exp-command.report-player-immune'}
return reject{'exp-commands.report-player-immune'}
else
return input
end