mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't f12 time over'd players
This commit is contained in:
parent
fc93b13b55
commit
c3d535ae90
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…
Add table
Reference in a new issue