sm64ex: Update min client version
This commit is contained in:
parent
e708bea819
commit
6b9073acd7
|
@ -36,7 +36,7 @@ class SM64World(World):
|
||||||
location_name_to_id = location_table
|
location_name_to_id = location_table
|
||||||
|
|
||||||
data_version = 8
|
data_version = 8
|
||||||
required_client_version = (0, 3, 0)
|
required_client_version = (0, 3, 5)
|
||||||
|
|
||||||
area_connections: typing.Dict[int, int]
|
area_connections: typing.Dict[int, int]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue