mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'no-post-race-ringshooter' into 'master'
Don't try bot ringshooter postrace (resolves #562) Closes #562 See merge request KartKrew/Kart!1275
This commit is contained in:
commit
36aae98918
1 changed files with 6 additions and 0 deletions
|
|
@ -994,6 +994,12 @@ static boolean K_TryRingShooter(player_t *player)
|
|||
return false;
|
||||
}
|
||||
|
||||
if (player->exiting)
|
||||
{
|
||||
// Where are you trying to go?
|
||||
return false;
|
||||
}
|
||||
|
||||
if ((gametyperules & GTR_CIRCUIT) == 0 || (leveltime <= starttime))
|
||||
{
|
||||
// Only do this during a Race that has started.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue