From 8a0f066224acb83274d57a224868195610e65e85 Mon Sep 17 00:00:00 2001 From: Mr-X-GTA <110748953+Mr-X-GTA@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:16:15 +0100 Subject: [PATCH] fix --- src/services/matchmaking/matchmaking_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/matchmaking/matchmaking_service.cpp b/src/services/matchmaking/matchmaking_service.cpp index cd45528f..67f846e9 100644 --- a/src/services/matchmaking/matchmaking_service.cpp +++ b/src/services/matchmaking/matchmaking_service.cpp @@ -312,7 +312,7 @@ namespace big msg->m_detail.m_player_count = std::max(25, (int)msg->m_detail.m_player_count); } - if (g.spoofing.session_player_count) + if (g.spoofing.spoof_session_player_count) { msg->m_detail.m_player_count = g.spoofing.session_player_count; }