Minor code (style) cleanup

This commit is contained in:
abcdefg30
2015-10-15 15:05:17 +02:00
parent fd37869a88
commit db37b14392
2 changed files with 9 additions and 9 deletions

View File

@@ -76,8 +76,7 @@ namespace OpenRA.Network
if (world == null)
{
if (orderManager.LocalClient != null && client.Team == orderManager.LocalClient.Team)
Game.AddChatLine(client.Color.RGB, client.Name + " (Team)",
order.TargetString);
Game.AddChatLine(client.Color.RGB, client.Name + " (Team)", order.TargetString);
}
else
{