Skip to content

Commit

Permalink
Subnautica: increase minimum client version (ArchipelagoMW#3657)
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 authored Jul 17, 2024
1 parent 925e02d commit 7b39b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/subnautica/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class SubnauticaWorld(World):
location_name_to_id = all_locations
options_dataclass = options.SubnauticaOptions
options: options.SubnauticaOptions
required_client_version = (0, 4, 1)
required_client_version = (0, 5, 0)

creatures_to_scan: List[str]

Expand Down

0 comments on commit 7b39b23

Please sign in to comment.