Update uYouPlus.xm

This commit is contained in:
aricloverGitHub (INACTIVE) 2024-12-08 23:27:07 -06:00 committed by GitHub
parent 26f566e1d4
commit 9f7b36ff3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@ static BOOL findCell(ASNodeController *nodeController, NSArray <NSString *> *ide
return YES;
}
if (findCell((ASNodeController *)child, identifiers)) { // Cast to ASNodeController
if (findCell(child, identifiers)) {
return YES;
}
}