Skip to content

Commit 015825d

Browse files
committed
I SAID OOPS
1 parent e85df0e commit 015825d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Refresher/UI/IntegratedPatchForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ private void DownloadLicenseFile(string ebootPath, GameItem game)
231231
foreach (string licenseFile in this.Accessor.GetFilesInDirectory(Path.Combine(user, "exdata")))
232232
{
233233
//If the license file does not contain the content ID in its path, skip it
234-
if (!licenseFile.Contains(contentId) || !licenseFile.Contains(game.TitleId))
234+
if (!licenseFile.Contains(contentId) && !licenseFile.Contains(game.TitleId))
235235
continue;
236236

237237
Program.Log($"Found compatible rap: {licenseFile}");

0 commit comments

Comments
 (0)