mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
HUD tracking: ignore spectators
This commit is contained in:
parent
dfd43014c6
commit
0b39268a71
1 changed files with 5 additions and 0 deletions
|
|
@ -224,6 +224,11 @@ bool is_player_tracking_target(player_t *player = stplyr)
|
|||
return false;
|
||||
}
|
||||
|
||||
if (player->spectator)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (inDuel)
|
||||
{
|
||||
// Always draw targets in 1v1 but don't draw player's
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue