mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-03 17:01:19 +00:00
Don't f12 time over'd players
This commit is contained in:
parent
2e3f6b09af
commit
9e4937d07f
1 changed files with 3 additions and 0 deletions
|
@ -1840,6 +1840,9 @@ boolean G_Responder(event_t *ev)
|
|||
if (players[displayplayer].exiting)
|
||||
continue;
|
||||
|
||||
if (players[displayplayer].pflags & PF_TIMEOVER)
|
||||
continue;
|
||||
|
||||
// I don't know if we want this actually, but I'll humor the suggestion anyway
|
||||
if (G_BattleGametype())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue