Merge branch 'xtralives-cheaters-in-tears' into 'master'

Don't affect GP status if retrying

Closes #997

See merge request KartKrew/Kart!1882
This commit is contained in:
Eidolon 2024-01-29 00:27:21 +00:00
commit 742c895228

View file

@ -4270,7 +4270,7 @@ static void G_DoCompleted(void)
} }
} }
if (grandprixinfo.gp == true && grandprixinfo.wonround == true && player->exiting) if (grandprixinfo.gp == true && grandprixinfo.wonround == true && player->exiting && !retrying)
{ {
if (player->bot == true) if (player->bot == true)
{ {