mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Require TestingDalamudApiLevel to be set for testing
This commit is contained in:
parent
ea07f41ab1
commit
1f30ce4c39
1 changed files with 3 additions and 0 deletions
|
|
@ -362,6 +362,9 @@ internal class PluginManager : IInternalDisposableService
|
||||||
if (!this.configuration.DoPluginTest)
|
if (!this.configuration.DoPluginTest)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
if (!manifest.TestingDalamudApiLevel.HasValue)
|
||||||
|
return false;
|
||||||
|
|
||||||
return manifest.IsTestingExclusive || manifest.IsAvailableForTesting;
|
return manifest.IsTestingExclusive || manifest.IsAvailableForTesting;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue