From 1005c0bc08129a3e14ad4aabf12d251b809c2c22 Mon Sep 17 00:00:00 2001 From: Igor Popov Date: Sat, 23 Mar 2013 19:29:52 +0400 Subject: [PATCH] auto-map-downloading --- OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs index 3ce7fbf326..04ce580b5c 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs @@ -313,7 +313,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic Sound.PlayNotification(null, "Sounds", "ChatLine", null); } - void UpdateCurrentMap () + void UpdateCurrentMap() { if (MapUid == orderManager.LobbyInfo.GlobalSettings.Map) return;