handle AE again

This commit is contained in:
kepler155c
2018-02-03 06:23:04 -05:00
parent 3298c41f3a
commit 37e15489ee

View File

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