Skip to content

Commit

Permalink
Update Sources/Plasma/FeatureLib/pfPatcher/pfPatcher.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Darryl Pogue <[email protected]>
  • Loading branch information
colincornaby and dpogue authored Jun 18, 2024
1 parent d36917d commit f2ceb27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Plasma/FeatureLib/pfPatcher/pfPatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit f2ceb27

Please sign in to comment.