mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Mega always validates
This commit is contained in:
parent
57bf496a88
commit
0cbd1d6f29
@ -528,6 +528,8 @@ public class ValidateLists : IVerb
|
||||
return (ArchiveStatus.Valid, archive);
|
||||
case TESAlliance:
|
||||
return (ArchiveStatus.Valid, archive);
|
||||
case Mega:
|
||||
return (ArchiveStatus.Valid, archive);
|
||||
}
|
||||
|
||||
bool ShouldDownload()
|
||||
|
Loading…
Reference in New Issue
Block a user