mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Quitting players act like bots
This commit is contained in:
parent
861cb8e144
commit
e19cffa819
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ void K_UpdateMatchRaceBots(void)
|
||||||
--------------------------------------------------*/
|
--------------------------------------------------*/
|
||||||
boolean K_PlayerUsesBotMovement(player_t *player)
|
boolean K_PlayerUsesBotMovement(player_t *player)
|
||||||
{
|
{
|
||||||
if (player->bot || player->exiting)
|
if (player->bot || player->exiting || player->quittime)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue