diff --git a/src/k_podium.c b/src/k_podium.c index 7b2a6eb0b..2502d268c 100644 --- a/src/k_podium.c +++ b/src/k_podium.c @@ -112,7 +112,7 @@ UINT8 K_GetPodiumPosition(player_t *player) } other = &players[i]; - if (other->spectator == true) + if (other->bot == false && other->spectator == true) { continue; }