Skip to content

Commit

Permalink
Allow licenses to be absent from netkans
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jul 31, 2024
1 parent 393544d commit e52cf78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Netkan/Validators/CkanValidator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public CkanValidator(IHttpService downloader, IModuleService moduleService, IGam
new IsCkanModuleValidator(),
new DownloadArrayValidator(),
new TagsValidator(),
new LicensesValidator(),
new InstallsFilesValidator(downloader, moduleService, game),
new MatchesKnownGameVersionsValidator(game),
new ObeysCKANSchemaValidator(),
Expand Down
1 change: 0 additions & 1 deletion Netkan/Validators/NetkanValidator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public NetkanValidator()
new KrefValidator(),
new AlphaNumericIdentifierValidator(),
new RelationshipsValidator(),
new LicensesValidator(),
new KrefDownloadMutexValidator(),
new DownloadVersionValidator(),
new OverrideValidator(),
Expand Down

0 comments on commit e52cf78

Please sign in to comment.