feat: also ban fps plugin 1.4.2.0

This commit is contained in:
goat 2021-02-10 03:45:10 +01:00
parent 480bd9911e
commit ca3646b472

View file

@ -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();