SM64: increment data version to trigger new names to be downloaded to clients

This commit is contained in:
Fabian Dill 2022-01-27 15:36:14 +01:00
parent df09b5baac
commit 239f1afbbd
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class SM64World(World):
item_name_to_id = item_table
location_name_to_id = location_table
data_version = 1
data_version = 2
forced_auto_forfeit = False
options = sm64_options