From 37e15489ee7d8115859514daebaf2333ecbca6de Mon Sep 17 00:00:00 2001 From: kepler155c Date: Sat, 3 Feb 2018 06:23:04 -0500 Subject: [PATCH] handle AE again --- apis/chestAdapter18.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apis/chestAdapter18.lua b/apis/chestAdapter18.lua index 18186f1..5a17fb5 100644 --- a/apis/chestAdapter18.lua +++ b/apis/chestAdapter18.lua @@ -24,10 +24,10 @@ function ChestAdapter:init(args) if chest then Util.merge(self, chest) - end - if chest.listAvailableItems then - self.list = chest.listAvailableItems + if chest.listAvailableItems then + self.list = chest.listAvailableItems + end end end