Skip to content

Commit d7d437c

Browse files
committed
- Fix typo during conflict resolution
1 parent 3c9a802 commit d7d437c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/stardew_valley/items.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def fill_with_resource_packs_and_traps(item_factory: StardewItemFactory, options
480480
if include_traps:
481481
priority_filler_items.extend(trap_items)
482482

483-
exclude_ginger_island = options.excludeGingerIsland == ExcludeGingerIsland.option_true
483+
exclude_ginger_island = options.exclude_ginger_island == ExcludeGingerIsland.option_true
484484
all_filler_packs = get_all_filler_items(include_traps, exclude_ginger_island)
485485
priority_filler_items = remove_excluded_packs(priority_filler_items, exclude_ginger_island)
486486

0 commit comments

Comments
 (0)