mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-29 19:22:38 +00:00
Fix incorrectly gotten bot controller line ID
This commit is contained in:
parent
828e5e7c81
commit
8b8933fa1a
1 changed files with 1 additions and 1 deletions
|
|
@ -1293,7 +1293,7 @@ void K_BuildBotTiccmd(player_t *player, ticcmd_t *cmd)
|
|||
}
|
||||
else
|
||||
{
|
||||
player->botvars.controller = lines - botController;
|
||||
player->botvars.controller = botController - lines;
|
||||
}
|
||||
|
||||
player->botvars.rubberband = K_UpdateRubberband(player);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue