diff --git a/OpenRA.Game/Traits/Player/Shroud.cs b/OpenRA.Game/Traits/Player/Shroud.cs index 2da8fb685e..709d1f51ef 100644 --- a/OpenRA.Game/Traits/Player/Shroud.cs +++ b/OpenRA.Game/Traits/Player/Shroud.cs @@ -149,7 +149,7 @@ namespace OpenRA.Traits ExploreMapEnabled = gs.OptionOrDefault("explored", info.ExploredMapCheckboxEnabled); if (ExploreMapEnabled) - self.World.AddFrameEndTask(w => ExploreAll()); + ExploreAll(); if (!fogEnabled && ExploreMapEnabled) RevealedCells = map.ProjectedCells.Length;