mirror of
https://github.com/Ragora/T2-DXAI.git
synced 2026-01-19 18:14:45 +00:00
Accidentally broke flag return behavior:
This commit is contained in:
parent
53aece4615
commit
d0fbda6e9a
|
|
@ -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…
Reference in a new issue