From a9d0630b15293ebdb403db9da979d40b1dac9373 Mon Sep 17 00:00:00 2001 From: Shane Ellis Date: Thu, 8 Jul 2021 18:07:34 -0400 Subject: [PATCH] Add lives check to Team name HUD --- src/st_stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/st_stuff.c b/src/st_stuff.c index 9cac145a7..3e1638370 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -884,7 +884,7 @@ static void ST_drawLivesArea(void) } } // Team name - else if (G_GametypeHasTeams()) + else if (G_GametypeHasTeams() && !(gametyperules & GTR_LIVES)) { if (stplyr->ctfteam == 1) {