swap logging arround again
This commit is contained in:
parent
2cbac0b1e5
commit
8b53d0f650
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,6 @@ impl MatchmakeExtension for User {
|
||||||
str_param: String,
|
str_param: String,
|
||||||
) -> Result<(), ErrorCode> {
|
) -> Result<(), ErrorCode> {
|
||||||
let recpipent = param_2;
|
let recpipent = param_2;
|
||||||
println!("attempt to reach: {}", recpipent);
|
|
||||||
let Some(user) = self
|
let Some(user) = self
|
||||||
.matchmake_manager
|
.matchmake_manager
|
||||||
.users_by_pid
|
.users_by_pid
|
||||||
|
|
@ -455,6 +454,7 @@ impl MatchmakeExtension for User {
|
||||||
else {
|
else {
|
||||||
return Err(ErrorCode::Core_InvalidArgument);
|
return Err(ErrorCode::Core_InvalidArgument);
|
||||||
};
|
};
|
||||||
|
println!("notif ty : {}", ty);
|
||||||
match ty {
|
match ty {
|
||||||
REQUEST_JOIN_GATHERING => {
|
REQUEST_JOIN_GATHERING => {
|
||||||
user.remote
|
user.remote
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue