change filler id due to conflict

This commit is contained in:
moist 2024-02-03 10:39:35 -05:00
parent 4e5aafd376
commit ad0baf300a
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):
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)