mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Actually, let's avoid a future bruh moment
This commit is contained in:
parent
7333177677
commit
513652c9fa
1 changed files with 2 additions and 1 deletions
|
@ -1698,7 +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 (player->griefstrikes > 0)
|
||||
player->griefstrikes--; // Remove a strike for finishing a race normally
|
||||
|
||||
if (G_RaceGametype()) // If in Race Mode, allow
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue