set get_all_cache properly

This commit is contained in:
espeon65536 2021-09-01 09:12:44 -05:00 committed by Fabian Dill
parent 7fd0f1a5bf
commit e9d1dcc46c
1 changed files with 2 additions and 0 deletions

View File

@ -228,6 +228,8 @@ class MultiWorld():
if item.name in subworld.dungeon_local_item_names:
subworld.collect(ret, item)
ret.sweep_for_events()
self._all_state = ret
return ret
def get_items(self) -> list: