mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove flight indicator on death as well
This commit is contained in:
parent
aaa1875040
commit
9f5283f841
1 changed files with 1 additions and 1 deletions
|
|
@ -552,7 +552,7 @@ void B_HandleFlightIndicator(player_t *player)
|
|||
if (!tails)
|
||||
return;
|
||||
|
||||
if (thinkfly && player->bot == 1)
|
||||
if (thinkfly && player->bot == 1 && tails->health)
|
||||
{
|
||||
if (!tails->hnext)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue