diff --git a/Sources/Plasma/FeatureLib/pfPatcher/pfPatcher.cpp b/Sources/Plasma/FeatureLib/pfPatcher/pfPatcher.cpp index 20702a0dfd..f433cde221 100644 --- a/Sources/Plasma/FeatureLib/pfPatcher/pfPatcher.cpp +++ b/Sources/Plasma/FeatureLib/pfPatcher/pfPatcher.cpp @@ -573,8 +573,7 @@ void pfPatcherWorker::IHashFile(pfPatcherQueuedFile& file) // Check to see if ours matches plFileName clientPathForComparison = file.fClientPath; - if (file.fFlags & kBundle) { - if (fFindBundleExe) { + if ((file.fFlags & kBundle) && fFindBundleExe) { clientPathForComparison = fFindBundleExe(clientPathForComparison); } }