mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Allow fastfall whip
This commit is contained in:
parent
064757c450
commit
d807921489
1 changed files with 1 additions and 1 deletions
|
|
@ -8702,7 +8702,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
|||
if (player->justbumped > 0)
|
||||
player->justbumped--;
|
||||
|
||||
if (K_PressingEBrake(player) == true)
|
||||
if (K_PressingEBrake(player) == true && onground)
|
||||
{
|
||||
if (gametyperules & GTR_BUMPERS)
|
||||
player->instaWhipCooldown = INSTAWHIP_DROPGUARD; // Delay whip out of spindash and guard.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue