unfail slightly player color handling

This commit is contained in:
Chris Forbes
2010-05-12 14:21:25 +12:00
parent b3fbe96627
commit f0e5b9728f
6 changed files with 13 additions and 14 deletions

View File

@@ -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)