mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-26 03:03:26 -07:00
* 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`