Fix modTitlePath

This commit is contained in:
Maschell 2021-04-13 20:20:38 +02:00
parent 54750ac330
commit 2b54ce2f47

View File

@ -43,7 +43,7 @@ void HandleMultiModPacks(uint64_t titleID) {
}
std::string packageName = curFile;
modTitlePath[packageName] = modTitleIDPath.append("/").append(curFile);
modTitlePath[packageName] = modTitleIDPath + "/" + curFile;
DEBUG_FUNCTION_LINE("found %s", packageName.c_str());
}