Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
/ ModManager Public archive

Commit

Permalink
preparation for Challenger update
Browse files Browse the repository at this point in the history
  • Loading branch information
MatuxGG committed Sep 7, 2022
1 parent 0b6cd10 commit dd57ea6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ModManager5/Classes/ModWorker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,6 @@ public static void addMatuxMod(string destPath)
try
{
DownloadWorker.download(fileUrl, modPath, Translator.get("Installing MODNAME, please wait...").Replace("MODNAME", "Matux Mod") + "\n(PERCENT)", 0, 100);

}
catch (Exception e)
{
Expand Down

0 comments on commit dd57ea6

Please sign in to comment.