Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zRxnx committed Apr 21, 2024
1 parent 3296b2a commit c65a0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@ StartCooldown = function()
end

IsGradeAllowed = function()
return not not Config.Company.allowedGrades[CORE.Bridge.getVariables().job.grade_name]
return not not Config.Company.allowedGrades[CORE.Bridge.getPlayerObject().job.grade_name]
end

IsVehicleValid = function()
Expand Down

0 comments on commit c65a0ed

Please sign in to comment.