Merge pull request #8792 from deniz1a/reveal-shroud
Changes shroud lobby setting from disabling shroud to revealing it.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user