fix condition
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