From bfe1d5a789efc4928cf3a6bc5359634d60411bfe Mon Sep 17 00:00:00 2001 From: kepler155c Date: Fri, 2 Feb 2018 16:34:12 -0500 Subject: [PATCH] handle AE again --- apis/chestAdapter18.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apis/chestAdapter18.lua b/apis/chestAdapter18.lua index 45a7027..1bcb5c3 100644 --- a/apis/chestAdapter18.lua +++ b/apis/chestAdapter18.lua @@ -27,11 +27,7 @@ function ChestAdapter:init(args) end if chest.listAvailableItems then - chest.list = chest.listAvailableItems - end - - if chest.list then - return chest + self.list = chest.listAvailableItems end end