correct user password message
All checks were successful
Build and Test / fast-racing-neo (push) Successful in 4m8s
Build and Test / wii-sports-club (push) Successful in 4m16s
Build and Test / sonic-transformed (push) Successful in 4m38s
Build and Test / mario-tennis (push) Successful in 4m43s
Build and Test / puyopuyo (push) Successful in 4m42s
Build and Test / wii-u-chat (push) Successful in 4m50s
Build and Test / splatoon-testfire (push) Successful in 4m52s
Build and Test / minecraft-wiiu (push) Successful in 4m52s
Build and Test / splatoon (push) Successful in 4m52s
Build and Test / friends (push) Successful in 5m6s
Build and Test / super-mario-maker (push) Successful in 5m39s
All checks were successful
Build and Test / fast-racing-neo (push) Successful in 4m8s
Build and Test / wii-sports-club (push) Successful in 4m16s
Build and Test / sonic-transformed (push) Successful in 4m38s
Build and Test / mario-tennis (push) Successful in 4m43s
Build and Test / puyopuyo (push) Successful in 4m42s
Build and Test / wii-u-chat (push) Successful in 4m50s
Build and Test / splatoon-testfire (push) Successful in 4m52s
Build and Test / minecraft-wiiu (push) Successful in 4m52s
Build and Test / splatoon (push) Successful in 4m52s
Build and Test / friends (push) Successful in 5m6s
Build and Test / super-mario-maker (push) Successful in 5m39s
This commit is contained in:
parent
fe48703565
commit
8baaea899f
1 changed files with 2 additions and 7 deletions
|
|
@ -301,7 +301,7 @@ impl MatchmakeExtension for User {
|
|||
|
||||
#[cfg(feature = "v3-5-0")]
|
||||
if join_session_param.user_password != session.session.user_password {
|
||||
return Err(ErrorCode::RendezVous_InvalidPassword);
|
||||
return Err(ErrorCode::RendezVous_MatchmakeSessionUserPasswordUnmatch);
|
||||
}
|
||||
|
||||
session
|
||||
|
|
@ -873,12 +873,7 @@ impl Utility for User {
|
|||
}
|
||||
|
||||
async fn get_integer_settings(&self, index: u32) -> Result<Vec<(u16, i32)>, ErrorCode> {
|
||||
Ok(vec![
|
||||
(0, 1),
|
||||
(1, 2),
|
||||
(2, 0),
|
||||
(3, 4)
|
||||
])
|
||||
Ok(vec![(0, 1), (1, 2), (2, 0), (3, 4)])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue