mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Quick fix for other player's win/lose not playing
This commit is contained in:
parent
6a8fa59277
commit
d6399bc2bc
1 changed files with 1 additions and 1 deletions
|
|
@ -1728,7 +1728,7 @@ void P_DoPlayerExit(player_t *player)
|
||||||
else if (!countdown)
|
else if (!countdown)
|
||||||
countdown = cv_countdowntime.value*TICRATE + 1; // Use cv_countdowntime
|
countdown = cv_countdowntime.value*TICRATE + 1; // Use cv_countdowntime
|
||||||
|
|
||||||
if (cv_kartvoices.value && P_IsLocalPlayer(player))
|
if (cv_kartvoices.value)
|
||||||
{
|
{
|
||||||
if (P_IsLocalPlayer(player))
|
if (P_IsLocalPlayer(player))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue