From 78724e1a9e83f72f01fd19445aae59831982e13f Mon Sep 17 00:00:00 2001 From: Matthew <22198949+MafewTM@users.noreply.github.com> Date: Sat, 6 Jan 2024 22:36:23 -0500 Subject: [PATCH] fix: linting error --- client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.lua b/client/main.lua index f2316ca..1375fc7 100644 --- a/client/main.lua +++ b/client/main.lua @@ -36,7 +36,7 @@ local function checkPlayers(vehicle, garageInfo) local seat = GetPedInVehicleSeat(vehicle, i) if seat then TaskLeaveVehicle(seat, vehicle, 0) - if garage then + if garageInfo then SetEntityCoords(seat, garageInfo.coords.x, garageInfo.coords.y, garageInfo.coords.z, false, false, false, true) end end