From 239f1afbbd721b22fc74be0cceb32631327739fd Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Thu, 27 Jan 2022 15:36:14 +0100 Subject: [PATCH] SM64: increment data version to trigger new names to be downloaded to clients --- worlds/sm64ex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/sm64ex/__init__.py b/worlds/sm64ex/__init__.py index 92dd9bfa..406b3ab4 100644 --- a/worlds/sm64ex/__init__.py +++ b/worlds/sm64ex/__init__.py @@ -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