Skip to content

Commit

Permalink
Purge the world: multiworld evil from osrs (#3751)
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi authored Aug 22, 2024
1 parent f390b33 commit 74aab81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/osrs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}

Expand Down

0 comments on commit 74aab81

Please sign in to comment.