From 73331776770b33eafec27de5542fdbec09b6869e Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Tue, 3 Nov 2020 13:23:10 -0500 Subject: [PATCH] Remove strike for finishing normally --- src/p_user.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/p_user.c b/src/p_user.c index 6b1e35d0..440f00c9 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -1698,6 +1698,8 @@ void P_DoPlayerExit(player_t *player) if (P_IsLocalPlayer(player) && (!player->spectator && !demo.playback)) legitimateexit = true; + player->griefstrikes--; // Remove a strike for finishing a race normally + if (G_RaceGametype()) // If in Race Mode, allow { player->exiting = raceexittime+2;