mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-22 02:15:42 +00:00
more msg
This commit is contained in:
parent
cda44ce374
commit
f26036beda
@ -1269,7 +1269,7 @@ doWalk(goal, dist)
|
|||||||
|
|
||||||
if(DistanceSquared(self.origin, goal) > distsq)
|
if(DistanceSquared(self.origin, goal) > distsq)
|
||||||
{
|
{
|
||||||
self movetowards(goal);
|
self movetowards(goal); // any better way??
|
||||||
}
|
}
|
||||||
|
|
||||||
self notify("finished_goal");
|
self notify("finished_goal");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user