prevent stuck crouch

This commit is contained in:
ineedbots 2021-05-27 14:15:56 -06:00
parent 06bedd0df9
commit 00ca687083

View File

@ -2042,6 +2042,7 @@ movetowards(goal)
self botMoveTo(randomDir);
wait stucks;
self stand();
}
lastOri = self.origin;