mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Options: change displayname to display_name
This commit is contained in:
2
Fill.py
2
Fill.py
@@ -157,7 +157,7 @@ def distribute_items_restrictive(world: MultiWorld):
|
||||
localrestitempool, nonlocalrestitempool, restitempool, fill_locations)
|
||||
|
||||
locations: typing.Dict[LocationProgressType, typing.List[Location]] = {
|
||||
type: [] for type in LocationProgressType}
|
||||
loc_type: [] for loc_type in LocationProgressType}
|
||||
|
||||
for loc in fill_locations:
|
||||
locations[loc.progress_type].append(loc)
|
||||
|
Reference in New Issue
Block a user