diff --git a/rnex-core/src/nex/friends_handler.rs b/rnex-core/src/nex/friends_handler.rs index ed9b006..a3acb7c 100644 --- a/rnex-core/src/nex/friends_handler.rs +++ b/rnex-core/src/nex/friends_handler.rs @@ -1054,7 +1054,7 @@ impl FriendsWiiU for FriendsUser { .fetch_one(get_db()) .await else { - return Err(ErrorCode::FPD_InvalidPrincipalID); + return Err(ErrorCode::FPD_InvalidAccount); }; principal_infos.push(basic_principal_from_record!(user));