diff --git a/rnex-core/src/nex/friends_handler.rs b/rnex-core/src/nex/friends_handler.rs index 74105da..531b09e 100644 --- a/rnex-core/src/nex/friends_handler.rs +++ b/rnex-core/src/nex/friends_handler.rs @@ -285,7 +285,7 @@ impl Friends3DS for FriendsUser { }, }; - Ok(vec![]) + Ok(vec![presence]) } async fn get_friend_comment(&self, unk: Vec) -> Result, ErrorCode> {