mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-20 20:51:48 -07:00
691ce6a248
In `_get_next_random_batch()`, the `remaining_entities` and `remaining_entity_weights` lists were being constructed by iterating sets. This patch changes the function to iterate a sorted copy of each set instead.