Skip to content

Commit

Permalink
fix(esx/command): Only enable bossmanagedoutfits command for ESX
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios committed Jul 28, 2023
1 parent 22062a1 commit 2e4b81c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/framework/esx/management.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
if not Framework.ESX() then return end

if Config.BossManagedOutfits then
function isBoss(grades, grade)
local highestGrade = grades[1].grade
Expand Down

0 comments on commit 2e4b81c

Please sign in to comment.