different logging
Some checks failed
Build and Test / wii-u-chat (push) Successful in 6m31s
Build and Test / friends (push) Successful in 6m32s
Build and Test / splatoon (push) Successful in 6m33s
Build and Test / super-mario-maker (push) Has been cancelled

This commit is contained in:
Maple 2026-04-28 00:37:54 +02:00
commit b467dca528

View file

@ -441,6 +441,7 @@ impl MatchmakeExtension for User {
str_param: String,
) -> Result<(), ErrorCode> {
let recpipent = param_2;
println!("attempt to reach: {}", recpipent);
let Some(user) = self
.matchmake_manager
.users
@ -451,7 +452,6 @@ impl MatchmakeExtension for User {
else {
return Err(ErrorCode::Core_InvalidArgument);
};
println!("notif update ty: {}", ty);
match ty {
REQUEST_JOIN_GATHERING => {
user.remote