mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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
|
else
|
||||||
{
|
{
|
||||||
player->botvars.controller = lines - botController;
|
player->botvars.controller = botController - lines;
|
||||||
}
|
}
|
||||||
|
|
||||||
player->botvars.rubberband = K_UpdateRubberband(player);
|
player->botvars.rubberband = K_UpdateRubberband(player);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue