fix some extraneous refs to Game.world

This commit is contained in:
Bob
2010-04-13 20:25:16 +12:00
parent 2a4460213c
commit e38d978849
9 changed files with 42 additions and 41 deletions

View File

@@ -62,7 +62,7 @@ namespace OpenRA
public void AddLine(Session.Client p, string text)
{
AddLine(Player.PlayerColors[p.PaletteIndex].c, p.Name, text);
AddLine(Player.PlayerColors( Game.world )[p.PaletteIndex].c, p.Name, text);
}
public void AddLine(Color c, string from, string text)