Kill LoadShellMap

This commit is contained in:
Paul Chote
2010-08-18 22:41:00 +12:00
parent 21b0b12948
commit 0c5fb4c6b0
2 changed files with 5 additions and 14 deletions

View File

@@ -59,7 +59,7 @@ namespace OpenRA.Network
case "StartGame":
{
Game.AddChatLine(Color.White, "Server", "The game has started.");
Game.StartGame();
Game.StartGame(Game.LobbyInfo.GlobalSettings.Map);
break;
}
case "SyncInfo":