mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 00:13:29 -07:00
changed the wrong word in the dict
This commit is contained in:
@@ -570,9 +570,9 @@ class MultiWorld():
|
||||
if not state:
|
||||
state = CollectionState(self)
|
||||
players: Dict[str, Set[int]] = {
|
||||
"full": set(),
|
||||
"minimal": set(),
|
||||
"items": set(),
|
||||
"locations": set()
|
||||
"full": set()
|
||||
}
|
||||
for player, access in self.accessibility.items():
|
||||
players[access.current_key].add(player)
|
||||
|
||||
Reference in New Issue
Block a user