mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fixed SiteName for TESAlliance
This commit is contained in:
parent
02827ddc5b
commit
fe377085dd
@ -5,7 +5,7 @@ namespace Wabbajack.Lib.Downloaders
|
||||
public class TESAllianceDownloader : AbstractIPS4Downloader<TESAllianceDownloader, TESAllianceDownloader.State>
|
||||
{
|
||||
#region INeedsDownload
|
||||
public override string SiteName => "Vector Plexus";
|
||||
public override string SiteName => "TESAlliance";
|
||||
public override Uri SiteURL => new Uri("http://tesalliance.org");
|
||||
public override Uri IconUri => new Uri("http://tesalliance.org/favicon.ico");
|
||||
#endregion
|
||||
|
Loading…
Reference in New Issue
Block a user