Skip to content

Commit 6837d41

Browse files
chore: restore space before if anim
1 parent 6b99f8a commit 6837d41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/main.lua

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ local function setVehicleDoorLock(vehicle, state, anim)
7676
if not vehicle then return end
7777
if not isBlacklistedVehicle(vehicle) then
7878
if hasKeys(qbx.getVehiclePlate(vehicle)) or areKeysJobShared(vehicle) then
79+
7980
if anim then
8081
lib.playAnim(cache.ped, 'anim@mp_player_intmenu@key_fob@', 'fob_click', 3.0, 3.0, -1, 49)
8182
end

0 commit comments

Comments
 (0)