mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-21 00:51:45 -07:00
18e3a8911f
`music_table` was initialized on the `SavingPrincessWorld` *class*, so was being shared by each Saving Princess slot in the multiworld. This has been fixed by initializing the `music_table` attribute on each `SavingPrincessWorld` *instance* in `generate_early()` instead.