This commit is contained in:
Chris Forbes
2010-01-14 21:45:18 +13:00
parent 88c085c1c0
commit c7e525151f
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ namespace OpenRa.Game.Orders
}
case "SyncInfo":
{
Game.chat.AddLine(Color.White, "Server", "Synchronizing lobby info..."); // temp
// Game.chat.AddLine(Color.White, "Server", "Synchronizing lobby info...");
Game.SyncLobbyInfo(order.TargetString);
break;
}