From 9352687a4a4671fb1377173b2d141f920a080d7f Mon Sep 17 00:00:00 2001 From: Maple Date: Fri, 24 Apr 2026 23:43:57 +0200 Subject: [PATCH] fix building --- rnex-core/src/nex/matchmake.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 _, })