don't show order lines when selecting idle (attackmoving) actors
closes #5039
This commit is contained in:
@@ -51,6 +51,9 @@ namespace OpenRA.Traits
|
||||
|
||||
public void Selected(Actor a)
|
||||
{
|
||||
if (a.IsIdle)
|
||||
return;
|
||||
|
||||
// Reset the order line timeout.
|
||||
lifetime = Info.Ticks;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user