sm64ex: Update min client version

This commit is contained in:
Yussur Mustafa Oraji 2022-10-13 10:46:44 +02:00 committed by Fabian Dill
parent e708bea819
commit 6b9073acd7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class SM64World(World):
location_name_to_id = location_table
data_version = 8
required_client_version = (0, 3, 0)
required_client_version = (0, 3, 5)
area_connections: typing.Dict[int, int]