Skip to content

Commit

Permalink
Update sm64_utility.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Sep 27, 2024
1 parent 8d2ed55 commit 456147a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/sm64/sm64_utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def find_descriptor_in_text(value: ModifyFoundDescriptor, commentless: str, comm
changed = True
text = text[:footer_pos] + additions + text[footer_pos:]

if changed:
if changed or create_new:
path.write_text(text)


Expand Down

0 comments on commit 456147a

Please # to comment.