mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 03:49:19 +01:00
Fix update behavior for testing and outdated plugins
This commit is contained in:
parent
32a72e41f9
commit
9e4e4bd865
2 changed files with 17 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue