fix crashing on going offline
Some checks failed
Build and Test / splatoon (push) Successful in 4m22s
Build and Test / mario-tennis (push) Successful in 4m22s
Build and Test / minecraft-wiiu (push) Successful in 4m36s
Build and Test / splatoon-testfire (push) Successful in 4m38s
Build and Test / fast-racing-neo (push) Successful in 4m45s
Build and Test / sonic-transformed (push) Successful in 4m46s
Build and Test / puyopuyo (push) Successful in 4m49s
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / friends (push) Has been cancelled
Build and Test / wii-sports-club (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled

This commit is contained in:
Maple Nebel 2026-07-08 18:02:28 +02:00
commit 46d17f2774

View file

@ -1614,7 +1614,6 @@ impl Drop for FriendsUser {
event_type: 10,
sender: pid,
data: Any::new(&NintendoNotificationEventGeneral {
param1: bytemuck::cast(pid),
..Default::default()
})
.expect("type error"),