Purge the world: multiworld evil from osrs (#3751)

This commit is contained in:
NewSoupVi
2024-08-23 00:23:22 +02:00
committed by GitHub
parent f390b33c17
commit 74aab81f79

View File

@@ -56,8 +56,8 @@ class OSRSWorld(World):
locations_by_category: typing.Dict[str, typing.List[LocationRow]]
def __init__(self, world: MultiWorld, player: int):
super().__init__(world, player)
def __init__(self, multiworld: MultiWorld, player: int):
super().__init__(multiworld, player)
self.region_name_to_data = {}
self.location_name_to_data = {}