1.7.10 compatibility

This commit is contained in:
kepler155c
2018-02-15 11:28:14 -05:00
parent fe0ad66618
commit 3d9cdcc10f

View File

@@ -100,11 +100,11 @@ function ChestAdapter:listItems()
end
end
itemDB:flush()
if not Util.empty(items) then
self.cache = cache
return items
end
end)
if not Util.empty(items) then
self.cache = cache
return items
end
end
function ChestAdapter:getItemInfo(item)