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
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:
parent
860471ea22
commit
36315ca58e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue