Skip to content

Commit

Permalink
TLOZ: properly assign options
Browse files Browse the repository at this point in the history
whoops used a = instead of a :
mad that im doing a literal one character change PR :/
  • Loading branch information
t3hf1gm3nt committed Jan 15, 2024
1 parent 518b04c commit 119ee08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/tloz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class TLoZWorld(World):
every time.
"""
options_dataclass = TlozOptions
options = TlozOptions
options: TlozOptions
settings: typing.ClassVar[TLoZSettings]
game = "The Legend of Zelda"
topology_present = False
Expand Down

0 comments on commit 119ee08

Please sign in to comment.