wii u friends
This commit is contained in:
parent
8b9f8e02eb
commit
860471ea22
1 changed files with 3 additions and 2 deletions
|
|
@ -54,10 +54,11 @@ pub async fn start_friends_backend() {
|
|||
fm,
|
||||
addr: c.prudpsock_addr,
|
||||
pid: c.pid,
|
||||
data: Default::default(),
|
||||
current_friends: Default::default(),
|
||||
this: this.clone(),
|
||||
remote: RemoteFriendRemote::new(r),
|
||||
friend_pids: Default::default(),
|
||||
maybe_remote_friend: Default::default(),
|
||||
presence: Default::default(),
|
||||
})
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue