mirror of
https://github.com/Ragora/T2-DXAI.git
synced 2026-03-08 06:50:28 +00:00
Accidentally broke flag return behavior:
This commit is contained in:
parent
53aece4615
commit
d0fbda6e9a
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ function AIEnhancedReturnFlagTask::monitor(%task, %client)
|
|||
if (!isObject(%client.returnFlagTarget))
|
||||
return;
|
||||
|
||||
// %client.setFollowTarget(%client.returnFlagTarget, 0, 0, false);
|
||||
%client.setMoveTarget(%client.returnFlagTarget.getPosition());
|
||||
}
|
||||
//------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue