Hopefully final fixes for remote

This commit is contained in:
rspx
2023-01-07 18:17:12 +01:00
committed by Kan18
parent e683e834d8
commit 0bbe3a1b06
2 changed files with 6 additions and 5 deletions

View File

@@ -489,8 +489,8 @@ function Storage:_sn(name)
end
local function isValidTransfer(adapter, target)
if string.find(target,":inventory") then
return false
if string.find(target,":inventory") or string.find(target,":equipment") then
return false
end
-- lazily cache transfer locations
--[[if not adapter.transferLocations then