Replace "Debug" prefix with "Battlefield Control" for stance messages.
This commit is contained in:
@@ -158,7 +158,7 @@ namespace OpenRA.Mods.Common.Widgets
|
|||||||
return new Order("SetUnitStance", a, false) { ExtraData = (uint)nextStance };
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user