Skip to content

Commit 994a67e

Browse files
Ryan ThomasIDCs
authored andcommitted
Reverse bug introduced in first commit. whoops :)
1 parent 35aca62 commit 994a67e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WitcherScriptMerger/Tools/KDiff3.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static int Run(
5555

5656
if (!Program.Settings.Get<bool>("ReviewEachMerge") && hasVanillaVersion)
5757
{
58-
if (source1FullName.EqualsIgnoreCase(source2FullName)
58+
if (source1FullName.EqualsIgnoreCase(outputPath)
5959
&& source2.Hash != null && source2.Hash.IsOutdated)
6060
{
6161
Program.MainForm.ShowMessage(

0 commit comments

Comments
 (0)