Skip to content

Commit

Permalink
Made deaths during countdown not end the round
Browse files Browse the repository at this point in the history
  • Loading branch information
KovaaK committed Sep 24, 2023
1 parent 51d9395 commit 6026d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arena.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void ra_ClientObituary(gedict_t *targ, gedict_t *attacker)
gedict_t *loser, *winner;
char *deathstring3;

if (!isRA())
if (!isRA() || ra_match_fight != 2)
{
return;
}
Expand Down

0 comments on commit 6026d25

Please sign in to comment.