Fix StyleCop warnings in OpenRA.Mods.RA
This commit is contained in:
@@ -653,7 +653,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
|
||||
}).Start();
|
||||
}
|
||||
else if (Game.Settings.Game.AllowDownloading)
|
||||
Game.modData.MapCache.QueryRemoteMapDetails(new [] { uid });
|
||||
Game.modData.MapCache.QueryRemoteMapDetails(new[] { uid });
|
||||
}
|
||||
|
||||
void UpdatePlayerList()
|
||||
|
||||
Reference in New Issue
Block a user