mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-11 18:42:46 +00:00
Allow rubberbanding up to exiting players
This commit is contained in:
parent
dbc30da69f
commit
597baf212b
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ fixed_t K_BotRubberband(player_t *player)
|
||||||
|
|
||||||
for (i = 0; i < MAXPLAYERS; i++)
|
for (i = 0; i < MAXPLAYERS; i++)
|
||||||
{
|
{
|
||||||
if (!playeringame[i] || players[i].spectator || players[i].exiting)
|
if (!playeringame[i] || players[i].spectator)
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue