mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 21:03:43 +01:00
check for testing api level in HasTestingVersion() instead
This commit is contained in:
parent
a4a3318a6e
commit
8d08f46fd7
2 changed files with 5 additions and 5 deletions
|
|
@ -281,7 +281,8 @@ internal class PluginManager : IInternalDisposableService
|
|||
|
||||
if (hasTv)
|
||||
{
|
||||
return tv > av;
|
||||
return tv > av &&
|
||||
manifest.TestingDalamudApiLevel == DalamudApiLevel;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue