mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
commit
742c895228
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue