mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (manifest.DalamudApiLevel < DalamudApiLevel)
|
if (manifest.DalamudApiLevel < DalamudApiLevel && !this.dalamud.Configuration.LoadAllApiLevels)
|
||||||
{
|
{
|
||||||
Log.Information($"Lower API: cleaning up {versionDir.FullName}");
|
Log.Information($"Lower API: cleaning up {versionDir.FullName}");
|
||||||
versionDir.Delete(true);
|
versionDir.Delete(true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue