Skip to content

Commit

Permalink
Update menu options in save-editor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aholicknight committed Dec 6, 2023
1 parent 7f494ad commit d5b40bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion save-editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def main():
print("6) Load/Backup Current Save File")
print("7) " + Fore.GREEN + "Unlock" + Style.RESET_ALL + " all implants")
print("8) " + Fore.RED + "Lock" + Style.RESET_ALL + " all implants")
print("8) Exit")
print("9) Exit")

choice = input("Enter your choice: ")

Expand Down

0 comments on commit d5b40bf

Please sign in to comment.