fixed some things

This commit is contained in:
Chris Forbes
2009-12-01 22:36:06 +13:00
parent 83a0da9fee
commit ee3699ae0e
7 changed files with 55 additions and 26 deletions

View File

@@ -99,7 +99,7 @@ namespace OpenRa.Game
}
case "ToggleReady":
{
Game.chat.AddLine(Pair.New(order.Player.PlayerName, "toggled ready status" ));
Game.chat.AddLine(Pair.New(order.Player.PlayerName, "is " + order.TargetString ));
break;
}
case "AssignPlayer":