We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35aca62 commit 994a67eCopy full SHA for 994a67e
1 file changed
WitcherScriptMerger/Tools/KDiff3.cs
@@ -55,7 +55,7 @@ public static int Run(
55
56
if (!Program.Settings.Get<bool>("ReviewEachMerge") && hasVanillaVersion)
57
{
58
- if (source1FullName.EqualsIgnoreCase(source2FullName)
+ if (source1FullName.EqualsIgnoreCase(outputPath)
59
&& source2.Hash != null && source2.Hash.IsOutdated)
60
61
Program.MainForm.ShowMessage(
0 commit comments