mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
feat: also ban fps plugin 1.4.2.0
This commit is contained in:
parent
480bd9911e
commit
ca3646b472
1 changed files with 6 additions and 0 deletions
|
|
@ -239,6 +239,12 @@ namespace Dalamud.Plugin
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (pluginDef.InternalName == "FPSPlugin" && pluginDef.AssemblyVersion == "1.4.2.0")
|
||||||
|
{
|
||||||
|
Log.Error("Banned PingPlugin");
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (pluginDef.DalamudApiLevel < DALAMUD_API_LEVEL) {
|
if (pluginDef.DalamudApiLevel < DALAMUD_API_LEVEL) {
|
||||||
Log.Error("Incompatible API level: {0}", dllFile.FullName);
|
Log.Error("Incompatible API level: {0}", dllFile.FullName);
|
||||||
disabledFile.Create().Close();
|
disabledFile.Create().Close();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue