OpenRA.Thirdparty is now OpenRA.Support

This commit is contained in:
Matthias Mailänder
2014-05-09 10:04:16 +02:00
parent fab1c9e7b9
commit 1124d55224

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);