spawnpoint loading

This commit is contained in:
Chris Forbes
2010-01-16 16:55:50 +13:00
parent 28b24c8046
commit b46087986d
2 changed files with 16 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ namespace OpenRa.Game.Orders
case "StartGame":
{
Game.chat.AddLine(Color.White, "Server", "The game has started.");
Game.orderManager.StartGame();
Game.StartGame();
break;
}
case "SyncInfo":