From 761f388f12e8e8c23be0afd8b00f4a28bb7a1d7f Mon Sep 17 00:00:00 2001 From: iuzx0 <121732808+iuzx0@users.noreply.github.com> Date: Fri, 6 Jan 2023 15:33:30 +0100 Subject: [PATCH] Attempt to fix remote --- milo/apis/storage.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/milo/apis/storage.lua b/milo/apis/storage.lua index 7ae8edf..8c9030d 100644 --- a/milo/apis/storage.lua +++ b/milo/apis/storage.lua @@ -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()