Purge the world: multiworld evil from osrs (#3751)
This commit is contained in:
parent
f390b33c17
commit
74aab81f79
|
@ -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 = {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue