1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-27 22:51:50 +00:00

fix remote vehicle movement

This commit is contained in:
ineedbots
2021-08-10 11:57:53 -06:00
parent 04fb981315
commit f435b95b3f

View File

@ -2270,7 +2270,7 @@ movetowards( goal )
else
tempGoalDist = level.bots_goalDistance;
while ( distanceSquared( self.origin, goal ) > tempGoalDist )
while ( distanceSquared( self.bot.moveOrigin, goal ) > tempGoalDist )
{
self botMoveTo( goal );