ItemLinks: hopefully fix remaining generation issues

This commit is contained in:
Fabian Dill
2022-02-22 10:14:26 +01:00
parent 5dbccfcbbd
commit f38b970ea2
3 changed files with 6 additions and 11 deletions

View File

@@ -166,6 +166,7 @@ class MultiWorld():
getattr(self, option_key)[new_id] = option(option.default)
self.worlds[new_id] = world_type(self, new_id)
self.worlds[new_id].collect_item = classmethod(AutoWorld.World.collect_item).__get__(self.worlds[new_id])
self.player_name[new_id] = name
new_group = self.groups[new_id] = Group(name=name, game=game, players=players,