diff --git a/OpenRA.Mods.Common/Widgets/UnitCommandWidget.cs b/OpenRA.Mods.Common/Widgets/UnitCommandWidget.cs index a904f31e1c..38103532b2 100644 --- a/OpenRA.Mods.Common/Widgets/UnitCommandWidget.cs +++ b/OpenRA.Mods.Common/Widgets/UnitCommandWidget.cs @@ -158,7 +158,7 @@ namespace OpenRA.Mods.Common.Widgets return new Order("SetUnitStance", a, false) { ExtraData = (uint)nextStance }; }); - Game.Debug("Unit stance set to: {0}".F(nextStance)); + Game.AddChatLine(Color.White, "Battlefield Control", "Unit stance set to: {0}".F(nextStance)); return true; }