Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern committed Feb 24, 2024
1 parent db18d13 commit 13cba4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/khrecom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class KHRECOMWorld(World):
location_name_to_id = {name: data.code for name, data in location_table.items()}

def __init__(self, multiworld: "MultiWorld", player: int):
super(LOLWorld, self).__init__(multiworld, player)
super(KHRECOMWorld, self).__init__(multiworld, player)
self.world_order = []

def create_items(self):
Expand Down

0 comments on commit 13cba4f

Please sign in to comment.