Skip to content

Commit

Permalink
[qb-mdt] - Add firefighter job
Browse files Browse the repository at this point in the history
  • Loading branch information
trapw0w authored May 4, 2022
1 parent ada1bca commit 36463c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ 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 36463c9

Please sign in to comment.