mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-22 02:15:42 +00:00
Fix bots getting stuck a bit
This commit is contained in:
parent
2a20a834ec
commit
0f95ebacb8
@ -1943,6 +1943,9 @@ movetowards( goal )
|
|||||||
self botMoveTo( randomDir );
|
self botMoveTo( randomDir );
|
||||||
wait stucks;
|
wait stucks;
|
||||||
self stand();
|
self stand();
|
||||||
|
|
||||||
|
self.bot.last_next_wp = -1;
|
||||||
|
self.bot.last_second_next_wp = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
lastOri = self.origin;
|
lastOri = self.origin;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user