From 3d9cdcc10fa3a04c38d2249a5d1cd73e9cf47d8c Mon Sep 17 00:00:00 2001 From: kepler155c Date: Thu, 15 Feb 2018 11:28:14 -0500 Subject: [PATCH] 1.7.10 compatibility --- apis/chestAdapter.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apis/chestAdapter.lua b/apis/chestAdapter.lua index ac4b6b5..02c2625 100644 --- a/apis/chestAdapter.lua +++ b/apis/chestAdapter.lua @@ -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)