fix condition
All checks were successful
Build and Test / mario-tennis (push) Successful in 2m54s
Build and Test / minecraft-wiiu (push) Successful in 3m9s
Build and Test / wii-sports-club (push) Successful in 3m25s
Build and Test / splatoon (push) Successful in 3m58s
Build and Test / splatoon-testfire (push) Successful in 3m59s
Build and Test / sonic-transformed (push) Successful in 4m16s
Build and Test / puyopuyo (push) Successful in 4m27s
Build and Test / fast-racing-neo (push) Successful in 4m27s
Build and Test / wii-u-chat (push) Successful in 4m27s
Build and Test / friends (push) Successful in 4m33s
Build and Test / super-mario-maker (push) Successful in 4m53s

This commit is contained in:
Maple Nebel 2026-07-08 00:22:13 +02:00
commit 36315ca58e

View file

@ -459,7 +459,7 @@ impl FriendsWiiU for FriendsUser {
),
ErrorCode,
> {
if info.principal_basic_info.pid == self.pid {
if info.principal_basic_info.pid != self.pid {
return Err(ErrorCode::FPD_InvalidArgument);
}