Skip to content

Commit 3344d98

Browse files
Update menu.py
1 parent a08b591 commit 3344d98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

menu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def reset_update_tools():
117117
choice = input(f"{GREEN_FONT}Do you want a FULL reset? This will delete ALL untracked files. (y/n): {RESET_FONT}").strip().lower()
118118
if choice == "y":
119119
subprocess.run(["git", "clean", "-fdx"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
120+
print(f"{GREEN_FONT}PalworldSaveTools reset completed successfully.{RESET_FONT}")
120121
subprocess.run(["git", "reset", "--hard", "origin/main"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
121122
if os.path.exists("venv"):
122123
if os.name == 'nt':

0 commit comments

Comments
 (0)