From 74aab81f79bc0c2e0356efbcf1ad7b4211b23ce8 Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Fri, 23 Aug 2024 00:23:22 +0200 Subject: [PATCH] Purge the world: multiworld evil from osrs (#3751) --- worlds/osrs/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/osrs/__init__.py b/worlds/osrs/__init__.py index d74dc7cf..1b7ca9c1 100644 --- a/worlds/osrs/__init__.py +++ b/worlds/osrs/__init__.py @@ -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 = {}