Subnautica: increase minimum client version (#3657)

This commit is contained in:
Fabian Dill 2024-07-17 22:33:51 +02:00 committed by GitHub
parent 925e02dca7
commit 7b39b23f73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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