This commit is contained in:
kepler155c
2018-10-26 01:03:31 -04:00
parent 6d3389c9c6
commit 9ee67c1fad
6 changed files with 18 additions and 67 deletions

View File

@@ -201,8 +201,7 @@ end
-- Return a list of everything in the system
function Milo:listItems()
self.items = self.context.inventoryAdapter:listItems()
return self.items
return self.context.inventoryAdapter:listItems()
end
return Milo