TLOZ: properly assign options (#2726)

whoops used a = instead of a :
mad that im doing a literal one character change PR :/
This commit is contained in:
t3hf1gm3nt 2024-01-15 14:19:18 -05:00 committed by GitHub
parent 518b04c08e
commit b4077a0717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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