Subnautica: prompt users to update

This commit is contained in:
Fabian Dill 2022-12-03 00:31:28 +01:00 committed by Fabian Dill
parent 65995cd586
commit 203f17f0f6
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class SubnauticaWorld(World):
option_definitions = Options.options
data_version = 7
required_client_version = (0, 3, 5)
required_client_version = (0, 3, 6)
creatures_to_scan: List[str]