Skip to content

Commit

Permalink
Update worlds/wargroove2/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Scipio Wright <[email protected]>
  • Loading branch information
FlySniper and ScipioWright authored Aug 9, 2024
1 parent 6498e6b commit 1735e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/wargroove2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _get_slot_data(self) -> typing.Dict[str, typing.Any]:
'death_link': self.options.death_link.value == 1,
}

def generate_early(self):
def generate_early(self) -> None:
# First level
self.first_level = get_first_level(self.player)

Expand Down

0 comments on commit 1735e4e

Please sign in to comment.