This commit is contained in:
kepler155c@gmail.com
2019-02-23 07:26:57 -05:00
parent 9db6d22ab5
commit 6bd90ef46e
4 changed files with 8 additions and 2 deletions

View File

@@ -33,6 +33,10 @@ function Adapter:listItems(throttle)
end
end
-- TODO: cache number of slots, free slots, used slots
-- useful for when inserting into chests
-- ie. insert only if chest does not have item and has free slots
self.cache = cache
end