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