We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7a617 commit 18b9a5bCopy full SHA for 18b9a5b
Mods/SML/Source/SML/Private/Patching/Patch/SaveMetadataPatch.cpp
@@ -61,7 +61,7 @@ FSavedModInfo FSavedModInfo::FromModInfo(const FModInfo& ModInfo)
61
FString FModMismatch::ToString() const {
62
if (this->IsMissing)
63
{
64
- return FString::Printf(TEXT("%ls is missing"), *this->Was.Name);
+ return FString::Printf(TEXT("%ls (%ls) is missing"), *this->Was.Name, *this->Was.Reference);
65
}
66
return FString::Printf(TEXT("%ls (%ls -> %ls)"),
67
*this->Is.FriendlyName,* this->Was.Version.ToString(), *this->Is.Version.ToString());
0 commit comments