Skip to content

Commit

Permalink
Uncomment the exit in reinstall mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Winonamac committed Jan 9, 2025
1 parent 8be5e01 commit 0fb919f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modinstall.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def main():
elif run_args.reinstall: #Reinstall Mode
silent_print(f'Reinstalling {bcolors.FAIL}Bopimod{bcolors.ENDC}...')
install()
#silent_exit(exit_result.Reinstall_Sucess)
silent_exit(exit_result.Reinstall_Sucess)

elif not run_args.uninstall: #Install Mode
silent_print(f'{bcolors.BOLD+bcolors.HEADER}Bopimo! {bcolors.FAIL}Mod Loader Installer {bcolors.OKCYAN}v{INSTALLER_VERSION}{bcolors.ENDC}')
Expand Down

0 comments on commit 0fb919f

Please sign in to comment.