mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-22 01:51:48 -07:00
c295926ce1
* Landstalker: remove global ref to multiworld `cached_spheres` holds a reference to the multiworld, which leaks the multiworld if multidata is skipped. Instead of making it a class variable, give a reference to each matching world. * Switch to using `get_game_worlds`