diff --git a/wrapper.lua b/wrapper.lua index c2577de..d7d3b3a 100644 --- a/wrapper.lua +++ b/wrapper.lua @@ -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