mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 14:56:02 +01:00
remove unused variable
This commit is contained in:
@@ -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
|
if GetResourceState(v):find("start") then print("^6Bridge^7: '^3"..v.."^7' ^2export found ^7") end
|
||||||
end
|
end
|
||||||
|
|
||||||
local itemResource, vehResource, jobResource = "", "", ""
|
local itemResource, jobResource = "", ""
|
||||||
|
|
||||||
-- Load item lists
|
-- Load item lists
|
||||||
if GetResourceState(OXInv):find("start") then itemResource = OXInv
|
if GetResourceState(OXInv):find("start") then itemResource = OXInv
|
||||||
|
|||||||
Reference in New Issue
Block a user