Skip to content

Commit

Permalink
Update worlds/mlss/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Silvris <[email protected]>
  • Loading branch information
jamesbrq and Silvris authored Jan 22, 2024
1 parent 4234e81 commit e40f24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/mlss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class MLSSWorld(World):
settings = typing.ClassVar[MLSSSettings]
item_name_to_id = {name: data.code for name, data in item_table.items()}
location_name_to_id = {loc_data.name: loc_data.id for loc_data in all_locations}
required_client_version = (0, 4, 3)
required_client_version = (0, 4, 4)

excluded_locations = []

Expand Down

0 comments on commit e40f24b

Please sign in to comment.