Skip to content

Commit

Permalink
Say which versions they are
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy committed Aug 31, 2024
1 parent 9504cc8 commit e1602cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Winch/Core/ModAssembly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ internal void CheckCompatibility()
throw new FormatException("MinWinchVersion not in correct format.");

if (!VersionUtil.IsSameOrNewer(winchVer, minVer))
throw new Exception("Mod requires a version of Winch higher than the one installed.");
throw new Exception($"Mod requires a version ({minVer}) of Winch higher than the one installed ({winchVer}).");
}
}

Expand Down

0 comments on commit e1602cb

Please sign in to comment.