Merge pull request #5273 from Mailaender/support-random-bitrot

OpenRA.Thirdparty is now OpenRA.Support
This commit is contained in:
Paul Chote
2014-05-09 20:14:58 +12:00

View File

@@ -127,7 +127,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
if (!string.IsNullOrEmpty(line))
mirrorList.Add(line);
}
mirror = mirrorList.Random(new OpenRA.Thirdparty.Random());
mirror = mirrorList.Random(new OpenRA.Support.Random());
// Save the package to a temp file
var dl = new Download(mirror, file, onDownloadProgress, onDownloadComplete);