mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Disable cleanup check when LoadAllApiLevels is set
This commit is contained in:
parent
2665679b41
commit
8e2d20f23c
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ namespace Dalamud.Plugin.Internal
|
|||
continue;
|
||||
}
|
||||
|
||||
if (manifest.DalamudApiLevel < DalamudApiLevel)
|
||||
if (manifest.DalamudApiLevel < DalamudApiLevel && !this.dalamud.Configuration.LoadAllApiLevels)
|
||||
{
|
||||
Log.Information($"Lower API: cleaning up {versionDir.FullName}");
|
||||
versionDir.Delete(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue