From 8533bbff90a684a600c426cd325207d2e6821f1b Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Sat, 6 Sep 2025 12:32:39 +0100 Subject: [PATCH] add early end to vehicle ownership check --- shared/vehicles.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/vehicles.lua b/shared/vehicles.lua index 634e6f3..701a1a2 100644 --- a/shared/vehicles.lua +++ b/shared/vehicles.lua @@ -364,6 +364,7 @@ function isVehicleOwned(plate) local framework = vehDatabase[i] if isStarted(framework.framework) then sqlTable = framework.sqlTable + break end end