mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Subnautica: increase minimum client version (#3657)
This commit is contained in:
@@ -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]
|
||||
|
||||
|
Reference in New Issue
Block a user