Skip to content

Commit

Permalink
CV64: fix import that shouldn't be relative (ArchipelagoMW#3223)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidCat64 authored Apr 27, 2024
1 parent e76ba92 commit 9e20fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/cv64/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .regions import get_region_info
from .rules import CV64Rules
from .data import iname, rname, ename
from ..AutoWorld import WebWorld, World
from worlds.AutoWorld import WebWorld, World
from .aesthetics import randomize_lighting, shuffle_sub_weapons, rom_empty_breakables_flags, rom_sub_weapon_flags, \
randomize_music, get_start_inventory_data, get_location_data, randomize_shop_prices, get_loading_zone_bytes, \
get_countdown_numbers
Expand Down

0 comments on commit 9e20fa4

Please sign in to comment.