Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVG207 committed Sep 21, 2024
1 parent e9c22d6 commit d580fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umalauncher/umapatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ def unpatch(threader):
return

exe_path = get_patcher_path(threader.settings)
command = f"\"{exe_path}\" -u"
command = f"\"{exe_path}\" -u -U"

run_patcher_and_wait(command, threader.umaserver, "Removing English Patch.")

0 comments on commit d580fec

Please sign in to comment.