Merge pull request #8792 from deniz1a/reveal-shroud

Changes shroud lobby setting from disabling shroud to revealing it.
This commit is contained in:
abcdefg30
2015-08-12 22:04:15 +02:00
9 changed files with 20 additions and 18 deletions

View File

@@ -173,6 +173,10 @@ namespace OpenRA
MapUid = Map.Uid,
MapTitle = Map.Title
};
if (!LobbyInfo.GlobalSettings.Shroud)
foreach (var player in Players)
player.Shroud.ExploreAll(this);
}
public void LoadComplete(WorldRenderer wr)