mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +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;
|
||||
}
|
||||
|
||||
if (pluginDef.InternalName == "FPSPlugin" && pluginDef.AssemblyVersion == "1.4.2.0")
|
||||
{
|
||||
Log.Error("Banned PingPlugin");
|
||||
return false;
|
||||
}
|
||||
|
||||
if (pluginDef.DalamudApiLevel < DALAMUD_API_LEVEL) {
|
||||
Log.Error("Incompatible API level: {0}", dllFile.FullName);
|
||||
disabledFile.Create().Close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue