Subnautica: increase minimum client version (#3657)
This commit is contained in:
parent
925e02dca7
commit
7b39b23f73
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue