From f0fe18ebcb5fe7f076c52df691cad9a468bb6886 Mon Sep 17 00:00:00 2001 From: red binder Date: Tue, 23 Jun 2026 15:25:29 +0200 Subject: [PATCH] forgot to set pid to 69 --- rnex-core/src/nex/friends_handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rnex-core/src/nex/friends_handler.rs b/rnex-core/src/nex/friends_handler.rs index 531b09e..2038511 100644 --- a/rnex-core/src/nex/friends_handler.rs +++ b/rnex-core/src/nex/friends_handler.rs @@ -167,7 +167,7 @@ impl Friends3DS for FriendsUser { let dummymii = FriendMii { data: Data {}, - pid: 0, + pid: 69, mii: Mii { data: Data {}, name: "test".to_string(),