Skip to content

Commit

Permalink
remove lockpick door plane distance check
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Oct 9, 2024
1 parent 267e796 commit 34e0533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ RegisterNetEvent('lockpicks:UseLockpick', function(isAdvanced)
Hotwire(vehicle, isAdvanced)
end
else
LockpickDoor(isAdvanced, GetVehicleClass(vehicle) == 16 and 5 or 2.5)
LockpickDoor(isAdvanced)
end
end)

Expand Down

0 comments on commit 34e0533

Please sign in to comment.