faster stuck fix

This commit is contained in:
INeedBots 2020-11-10 04:49:41 -06:00
parent 445e13c631
commit 81d305ec54

View File

@ -1723,7 +1723,7 @@ movetowards(goal)
else else
timeslow = 0; timeslow = 0;
if(stucks == 3) if(stucks == 1)
self notify("bad_path_internal"); self notify("bad_path_internal");
} }