diff --git a/src/game/client/neo/ui/neo_hud_round_state.cpp b/src/game/client/neo/ui/neo_hud_round_state.cpp index 8e98da8de..241d73da0 100644 --- a/src/game/client/neo/ui/neo_hud_round_state.cpp +++ b/src/game/client/neo/ui/neo_hud_round_state.cpp @@ -778,7 +778,7 @@ void CNEOHud_RoundState::DrawPlayerList_BotCmdr() { continue; } - if (i == localPlayerIndex || localPlayerSpec || hideDueToScoreboard || !ArePlayersOnSameTeam(i, localPlayerIndex)) + if (i == localPlayerIndex || localPlayerSpec || hideDueToScoreboard) { continue; }