Attempt to fix remote

This commit is contained in:
iuzx0
2023-01-06 15:33:30 +01:00
committed by Kan18
parent 62477844fc
commit 761f388f12

View File

@@ -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()