Attempt to fix remote
This commit is contained in:
@@ -489,6 +489,9 @@ function Storage:_sn(name)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function isValidTransfer(adapter, target)
|
local function isValidTransfer(adapter, target)
|
||||||
|
if string.find(target,":inventory") then
|
||||||
|
return false
|
||||||
|
end
|
||||||
-- lazily cache transfer locations
|
-- lazily cache transfer locations
|
||||||
--[[if not adapter.transferLocations then
|
--[[if not adapter.transferLocations then
|
||||||
adapter.transferLocations = adapter.getTransferLocations()
|
adapter.transferLocations = adapter.getTransferLocations()
|
||||||
|
|||||||
Reference in New Issue
Block a user