mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
add early end to vehicle ownership check
This commit is contained in:
@@ -364,6 +364,7 @@ function isVehicleOwned(plate)
|
||||
local framework = vehDatabase[i]
|
||||
if isStarted(framework.framework) then
|
||||
sqlTable = framework.sqlTable
|
||||
break
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user