From 4c8df5d6cc357b448417571f46ed040233331314 Mon Sep 17 00:00:00 2001 From: BrentVL-1952840 <70229620+Brentdevent@users.noreply.github.com> Date: Tue, 21 Feb 2023 21:06:39 +0100 Subject: [PATCH] woops --- src/client/component/party.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/component/party.cpp b/src/client/component/party.cpp index c653be48..aed71cff 100644 --- a/src/client/component/party.cpp +++ b/src/client/component/party.cpp @@ -240,8 +240,8 @@ namespace party const auto index = offset / 120; // Choose between multiplayer or zombies indices - const auto stats_index = is_mp() ? 12 : 15; - const auto loadout_index = is_mp() ? 17 : 20; + const auto stats_index = is_mp() ? 12 : 17; + const auto loadout_index = is_mp() ? 15 : 20; if (index >= stats_index && index <= loadout_index && is_connecting_to_dedi && get_connected_server() == connect_host) {