System messages should be yellow to distinguish them from normal
This commit is contained in:
@@ -195,7 +195,7 @@ namespace OpenRA.Mods.Common.Scripting
|
||||
return;
|
||||
|
||||
var c = color.HasValue ? color.Value : Color.White;
|
||||
Game.AddChatLine(c, prefix, text);
|
||||
Game.AddChatLine(prefix, c, text);
|
||||
}
|
||||
|
||||
[Desc("Displays a debug message to the player, if \"Show Map Debug Messages\" is checked in the settings.")]
|
||||
|
||||
Reference in New Issue
Block a user