mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 16:52:16 +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)
|
||||
{
|
||||
if (player->bot || player->exiting)
|
||||
if (player->bot || player->exiting || player->quittime)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue