revert perf change

This commit is contained in:
kepler155c@gmail.com
2020-05-18 21:20:35 -06:00
parent 46c1e3f7e5
commit 72a85f1a4a

View File

@@ -521,7 +521,7 @@ local function rawExport(source, target, item, qty, slot)
source.lastUpdate = os.clock() source.lastUpdate = os.clock()
target.lastUpdate = os.clock() target.lastUpdate = os.clock()
else else
break -- break -- this should work ?? is cache out of sync ?
end end
end end
qty = qty - amount qty = qty - amount