Skip to content

Commit d5b40bf

Browse files
committed
Update menu options in save-editor.py
1 parent 7f494ad commit d5b40bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

save-editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def main():
103103
print("6) Load/Backup Current Save File")
104104
print("7) " + Fore.GREEN + "Unlock" + Style.RESET_ALL + " all implants")
105105
print("8) " + Fore.RED + "Lock" + Style.RESET_ALL + " all implants")
106-
print("8) Exit")
106+
print("9) Exit")
107107

108108
choice = input("Enter your choice: ")
109109

0 commit comments

Comments
 (0)