Fix bots getting stuck a bit

This commit is contained in:
ineed bots 2022-04-08 22:43:49 -06:00
parent 2a20a834ec
commit 0f95ebacb8

View File

@ -1943,6 +1943,9 @@ movetowards( goal )
self botMoveTo( randomDir );
wait stucks;
self stand();
self.bot.last_next_wp = -1;
self.bot.last_second_next_wp = -1;
}
lastOri = self.origin;