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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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