removed the wrong line
Some checks failed
Build and Test / wii-u-chat (push) Successful in 3m40s
Build and Test / splatoon (push) Successful in 3m48s
Build and Test / friends (push) Has been cancelled
Build and Test / puyopuyo (push) Has been cancelled
Build and Test / wii-sports-club (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / terraria (push) Has been cancelled
Build and Test / mario-tennis (push) Has been cancelled
Build and Test / sonic-transformed (push) Has been cancelled
Build and Test / minecraft-wiiu (push) Has been cancelled
Build and Test / fast-racing-neo (push) Has been cancelled
Build and Test / splatoon-testfire (push) Has been cancelled

This commit is contained in:
red binder 2026-08-08 22:58:51 +02:00
commit 5504fd91ae

View file

@ -1297,6 +1297,7 @@ impl FriendsWiiU for FriendsUser {
presence.is_online = false;
}
presence.is_online = true;
println!("the presence that was sent is: {:?}", presence);
let data = Any::new(&presence).expect("type error");
let mut user_presence = self.presence.write().await;