remove unused variable

This commit is contained in:
Jim Shield
2024-02-08 18:38:22 +00:00
committed by GitHub
parent 9ae034da77
commit f7b7718679

View File

@@ -26,7 +26,7 @@ for k, v in pairs(Exports) do
if GetResourceState(v):find("start") then print("^6Bridge^7: '^3"..v.."^7' ^2export found ^7") end
end
local itemResource, vehResource, jobResource = "", "", ""
local itemResource, jobResource = "", ""
-- Load item lists
if GetResourceState(OXInv):find("start") then itemResource = OXInv