Merge pull request #1489 from Arctos2win/1.11.2-hotfix

fix(es_extended/client/modules/adjustments.lua): use correct native by Kasey
This commit is contained in:
Arctos2win
2024-11-18 22:48:37 +01:00
committed by GitHub
@@ -10,7 +10,7 @@ end
function Adjustments:DisableAimAssist()
if Config.DisableAimAssist then
SetPlayerLockon(ESX.playerId, false)
SetPlayerTargetingMode(3)
end
end