Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b22019

Browse files
committedMar 7, 2024
minor comments to self
1 parent 1bca23c commit 2b22019

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎APWorld/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ class MinitWorld(World):
134134
game = "Minit"
135135
required_client_version = (0, 4, 4)
136136
data_version = 0 # needs to change after the item/location renaming
137+
# need to double check how real this is/willbe
137138
options_dataclass = MinitGameOptions
138139
options: MinitGameOptions
139140
web = MinitWebWorld()

0 commit comments

Comments
 (0)
Please sign in to comment.