From ad0baf300ab8d189669f37e9aefb60afc1220a14 Mon Sep 17 00:00:00 2001 From: moist Date: Sat, 3 Feb 2024 10:39:35 -0500 Subject: [PATCH] change filler id due to conflict --- 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)