mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 16:52:16 +00:00
Merge branch 'kill-ringboost-when-lightsnaking' into 'master'
Remove ringboost when respawning Closes #1503 See merge request kart-krew-dev/ring-racers-internal!2638
This commit is contained in:
commit
40711898e0
1 changed files with 1 additions and 1 deletions
|
|
@ -9751,7 +9751,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
|||
player->tricklock = 0;
|
||||
}
|
||||
|
||||
if (P_PlayerInPain(player))
|
||||
if (P_PlayerInPain(player) || player->respawn.state != RESPAWNST_NONE)
|
||||
{
|
||||
player->ringboost = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue