Skip to content

Commit

Permalink
Merge pull request #946 from bitpredator/dev
Browse files Browse the repository at this point in the history
fix: (bpt_policejob) corrected typo
  • Loading branch information
bitpredator authored Jan 8, 2025
2 parents 6dd37d4 + d3a6859 commit 1025d50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ ESX.RegisterInput("police:interact", "(ESX PoliceJob) " .. TranslateCap("interac
return
end

if not ESX.PlayerData.job or (ESX.Playerdata.job and ESX.PlayerData.job.name ~= "police") then
if not ESX.PlayerData.job or (ESX.PlayerData.job and ESX.PlayerData.job.name ~= "police") then
return
end
if CurrentAction == "menu_cloakroom" then
Expand Down

0 comments on commit 1025d50

Please sign in to comment.