mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (player->exiting)
|
||||||
|
{
|
||||||
|
// Where are you trying to go?
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if ((gametyperules & GTR_CIRCUIT) == 0 || (leveltime <= starttime))
|
if ((gametyperules & GTR_CIRCUIT) == 0 || (leveltime <= starttime))
|
||||||
{
|
{
|
||||||
// Only do this during a Race that has started.
|
// Only do this during a Race that has started.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue