Add support for not displaying target lines

This commit is contained in:
Gustas
2024-02-19 12:11:10 +02:00
committed by Paul Chote
parent b72d4ab7c6
commit f06d7d29ef
3 changed files with 16 additions and 6 deletions

View File

@@ -182,7 +182,8 @@ namespace OpenRA.Mods.Common.Traits
target.Actor,
null,
order.OrderString == "ForceDock",
true));
true,
DockLineColor));
self.ShowTargetLines();
}