handle AE again

This commit is contained in:
kepler155c
2018-02-02 16:34:12 -05:00
parent d5b550d074
commit bfe1d5a789

View File

@@ -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