mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
TLOZ: world: multiworld (#3752)
This commit is contained in:
@@ -110,8 +110,8 @@ class TLoZWorld(World):
|
||||
if v is not None:
|
||||
location_name_to_id[k] = v + base_id
|
||||
|
||||
def __init__(self, world: MultiWorld, player: int):
|
||||
super().__init__(world, player)
|
||||
def __init__(self, multiworld: MultiWorld, player: int):
|
||||
super().__init__(multiworld, player)
|
||||
self.generator_in_use = threading.Event()
|
||||
self.rom_name_available_event = threading.Event()
|
||||
self.levels = None
|
||||
|
Reference in New Issue
Block a user