mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'respawn-topline-text' into 'master'
Respawn status text uses correct respawn bind (post-bail) See merge request kart-krew-dev/ring-racers-internal!2652
This commit is contained in:
commit
e21745fccc
1 changed files with 1 additions and 1 deletions
|
|
@ -10103,7 +10103,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
|||
if (!player->bigwaypointgap)
|
||||
K_DoIngameRespawn(player);
|
||||
else if (player->bigwaypointgap == AUTORESPAWN_THRESHOLD)
|
||||
K_AddMessageForPlayer(player, "Press <y> to respawn", true, false);
|
||||
K_AddMessageForPlayer(player, "Press <a> + <x> + <y> to respawn", true, false);
|
||||
}
|
||||
|
||||
if (player->tripwireUnstuck && !player->mo->hitlag)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue