unfail slightly player color handling
This commit is contained in:
@@ -63,7 +63,7 @@ namespace OpenRA
|
||||
|
||||
public void AddLine(Session.Client p, string text)
|
||||
{
|
||||
AddLine(Player.PlayerColors( Game.world )[p.PaletteIndex].c, p.Name, text);
|
||||
AddLine(Player.PlayerColors( Game.world )[p.PaletteIndex].Color, p.Name, text);
|
||||
}
|
||||
|
||||
public void AddLine(Color c, string from, string text)
|
||||
|
||||
Reference in New Issue
Block a user