Merge pull request #11881 from reaperrr/always-visible-bar
Allow keeping empty selection bars visible
This commit is contained in:
@@ -100,5 +100,6 @@ namespace OpenRA.Mods.Common.Traits
|
||||
}
|
||||
|
||||
Color ISelectionBar.GetColor() { return Color.Purple; }
|
||||
bool ISelectionBar.DisplayWhenEmpty { get { return false; } }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user