Skip to content

Commit

Permalink
Merge pull request #1489 from Arctos2win/1.11.2-hotfix
Browse files Browse the repository at this point in the history
fix(es_extended/client/modules/adjustments.lua): use correct native by Kasey
  • Loading branch information
Arctos2win authored Nov 18, 2024
2 parents 2da69fa + 11a6a58 commit 7de4582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [core]/es_extended/client/modules/adjustments.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end

function Adjustments:DisableAimAssist()
if Config.DisableAimAssist then
SetPlayerLockon(ESX.playerId, false)
SetPlayerTargetingMode(3)
end
end

Expand Down

0 comments on commit 7de4582

Please sign in to comment.