mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't play boost taunt twice if meme voices are enabled
This commit is contained in:
parent
794385dd63
commit
966ccdd230
1 changed files with 0 additions and 1 deletions
|
|
@ -5854,7 +5854,6 @@ void K_DoSneaker(player_t *player, INT32 type)
|
|||
if (type != 0)
|
||||
{
|
||||
player->pflags |= PF_ATTACKDOWN;
|
||||
K_PlayBoostTaunt(player->mo);
|
||||
}
|
||||
|
||||
player->sneakertimer = sneakertime;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue