From 72a85f1a4a6c38d36d33a2f59e11cb0098171c62 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Mon, 18 May 2020 21:20:35 -0600 Subject: [PATCH] revert perf change --- milo/apis/storage.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milo/apis/storage.lua b/milo/apis/storage.lua index 70d7a59..c8d6642 100644 --- a/milo/apis/storage.lua +++ b/milo/apis/storage.lua @@ -521,7 +521,7 @@ local function rawExport(source, target, item, qty, slot) source.lastUpdate = os.clock() target.lastUpdate = os.clock() else - break + -- break -- this should work ?? is cache out of sync ? end end qty = qty - amount