Skip to content

Commit

Permalink
[qb-mdt] - Remove firefighter from utils
Browse files Browse the repository at this point in the history
  • Loading branch information
trapw0w authored May 8, 2022
1 parent 48bb0e9 commit 80e33de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ function IsJobAllowedToMDT(job)
return true
elseif Config.DojJobs[job] then
return true
elseif Config.FireJobs[job] then
return true
else
return false
end
Expand Down

0 comments on commit 80e33de

Please sign in to comment.