diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index 6da149ea7e..b6db0c42f8 100644 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -215,6 +215,7 @@ namespace OpenRA if (changePending && PackageDownloader.IsIdle()) { // TODO: Only do this on mod change + Timer.Time("----begin maplist"); AvailableMaps = FindMaps(LobbyInfo.GlobalSettings.Mods); Timer.Time( "maplist: {0}" );