Changes shroud lobby setting from disabling shroud to revealing it.

This commit is contained in:
deniz1a
2015-07-26 03:25:43 +03:00
parent 582c93dda5
commit 7efbf0633e
3 changed files with 6 additions and 4 deletions

View File

@@ -180,6 +180,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)