mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 20:56:14 +00:00
Don't try bot ringshooter postrace
This commit is contained in:
parent
e0e09073a7
commit
4f11fd783d
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