OpenRA.Thirdparty is now OpenRA.Support
This commit is contained in:
@@ -127,7 +127,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
|
|||||||
if (!string.IsNullOrEmpty(line))
|
if (!string.IsNullOrEmpty(line))
|
||||||
mirrorList.Add(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
|
// Save the package to a temp file
|
||||||
var dl = new Download(mirror, file, onDownloadProgress, onDownloadComplete);
|
var dl = new Download(mirror, file, onDownloadProgress, onDownloadComplete);
|
||||||
|
|||||||
Reference in New Issue
Block a user