mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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)
|
if (players[displayplayer].exiting)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if (players[displayplayer].pflags & PF_TIMEOVER)
|
||||||
|
continue;
|
||||||
|
|
||||||
// I don't know if we want this actually, but I'll humor the suggestion anyway
|
// I don't know if we want this actually, but I'll humor the suggestion anyway
|
||||||
if (G_BattleGametype())
|
if (G_BattleGametype())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue