Skip to content

Commit

Permalink
Update Launcher.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gurrenm3 committed Dec 26, 2020
1 parent a852561 commit f0db5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTD6 Mod Manager.wpf/Launcher.cs
Expand Up @@ -42,7 +42,7 @@ private static bool AreModsValid()
if (!isDuplicate)
continue;

Logger.Log($"Error! You are trying to load {melonModName} twice. You need to disable one to continue.", OutputType.Both);
Logger.Log($"Error! You are trying to load \"{melonModName}\" twice. You need to disable one to continue.", OutputType.Both);
return false;
}

Expand Down

0 comments on commit f0db5d2

Please sign in to comment.