You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After commander unit die his waypoints and target will be copied to new commander.
But if old commander has no waypoints and new has, it will set target for new commander and ignore waypoints, but they still be drawn.
It's needed to do check of their targets and if it's same - do not touch anything.
If not - compute new path(if ground units present) and set it.
The text was updated successfully, but these errors were encountered:
After commander unit die his waypoints and target will be copied to new commander.
But if old commander has no waypoints and new has, it will set target for new commander and ignore waypoints, but they still be drawn.
It's needed to do check of their targets and if it's same - do not touch anything.
If not - compute new path(if ground units present) and set it.
The text was updated successfully, but these errors were encountered: