mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-20 21:52:33 +00:00
Log this
This commit is contained in:
parent
80de0a74f1
commit
fbbddfff0a
1 changed files with 2 additions and 2 deletions
|
|
@ -8892,8 +8892,8 @@ static void P_CalcPostImg(player_t *player)
|
|||
|
||||
void P_DoTimeOver(player_t *player)
|
||||
{
|
||||
/*if (netgame && player->health > 0)
|
||||
CONS_Printf(M_GetText("%s ran out of time.\n"), player_names[player-players]);*/
|
||||
if (netgame && player->health > 0)
|
||||
CON_LogMessage(va(M_GetText("%s ran out of time.\n"), player_names[player-players]));
|
||||
|
||||
player->pflags |= PF_TIMEOVER;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue