Fix update behavior for testing and outdated plugins

This commit is contained in:
Aireil 2021-02-17 10:37:48 +01:00
parent 32a72e41f9
commit 9e4e4bd865
2 changed files with 17 additions and 7 deletions

View file

@ -256,7 +256,6 @@ namespace Dalamud.Plugin
if (pluginDef.DalamudApiLevel < DALAMUD_API_LEVEL) {
Log.Error("Incompatible API level: {0}", dllFile.FullName);
disabledFile.Create().Close();
return false;
}