mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Remove ringboost when respawning
This commit is contained in:
parent
e4519d330d
commit
142f6771e3
1 changed files with 1 additions and 1 deletions
|
|
@ -9750,7 +9750,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
||||||
player->tricklock = 0;
|
player->tricklock = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (P_PlayerInPain(player))
|
if (P_PlayerInPain(player) || player->respawn.state != RESPAWNST_NONE)
|
||||||
{
|
{
|
||||||
player->ringboost = 0;
|
player->ringboost = 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue