diff --git a/rnex-core/src/nex/matchmake.rs b/rnex-core/src/nex/matchmake.rs index d5bdab4..a1a1f4c 100644 --- a/rnex-core/src/nex/matchmake.rs +++ b/rnex-core/src/nex/matchmake.rs @@ -246,7 +246,7 @@ impl ExtendedMatchmakeSession { pid_source: initiating_pid, notif_type: 3001, param_1: self.session.gathering.self_gid as PID, - param_2: *pid, + param_2: other_conn.pid, str_param: join_msg.clone(), param_3: self.connected_players.len() as _, })