mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-06 18:38:14 -07:00
Compare commits
1 Commits
NewSoupVi-
...
plando-ite
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61ce9d2cc1 |
2
Fill.py
2
Fill.py
@@ -890,7 +890,7 @@ def parse_planned_blocks(multiworld: MultiWorld) -> dict[int, list[PlandoItemBlo
|
|||||||
worlds = set()
|
worlds = set()
|
||||||
for listed_world in target_world:
|
for listed_world in target_world:
|
||||||
if listed_world not in world_name_lookup:
|
if listed_world not in world_name_lookup:
|
||||||
failed(f"Cannot place item to {target_world}'s world as that world does not exist.",
|
failed(f"Cannot place item to {listed_world}'s world as that world does not exist.",
|
||||||
block.force)
|
block.force)
|
||||||
continue
|
continue
|
||||||
worlds.add(world_name_lookup[listed_world])
|
worlds.add(world_name_lookup[listed_world])
|
||||||
|
|||||||
Reference in New Issue
Block a user