From d53212ff00763fa9915972bb68e650d10518a43e Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 9 Apr 2010 12:09:47 +1200 Subject: [PATCH] unfail maplist timing --- OpenRA.Game/Game.cs | 1 + 1 file changed, 1 insertion(+) 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}" );