Update fix-savs.py

This commit is contained in:
David Fessler 2024-02-03 10:36:12 -05:00 committed by GitHub
parent c140ed85f6
commit 72fbd3c80e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def edit_user_json(old_id: str, new_id: str):
def edit_level_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}") 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" filename = "savs/Level.json"
old_id = format_id_string(old_id) old_id = format_id_string(old_id)
new_id = format_id_string(new_id) new_id = format_id_string(new_id)