From 72fbd3c80ef50469834a0830e3362cb8eed9810d Mon Sep 17 00:00:00 2001 From: David Fessler <96554264+MoistOverflow@users.noreply.github.com> Date: Sat, 3 Feb 2024 10:36:12 -0500 Subject: [PATCH] Update fix-savs.py --- fix-savs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix-savs.py b/fix-savs.py index a11d6f0..0691abd 100644 --- a/fix-savs.py +++ b/fix-savs.py @@ -51,7 +51,7 @@ def edit_user_json(old_id: str, new_id: str): def edit_level_json(old_id: str, new_id: str): print(f"Editing Level.sav from {old_id} to {new_id}") - filler_id = "00000000-0000-0000-0000-000000000000" + filler_id = "00000000-0000-0000-0000-000000000009" filename = "savs/Level.json" old_id = format_id_string(old_id) new_id = format_id_string(new_id)