Skip to content

Commit

Permalink
Ban plugins using old KTK
Browse files Browse the repository at this point in the history
- Ban JobBars 1.3.1.2
  - Causes issues on `release` branch of Dalamud due to a reference to a not-yet-present method.
- Ban NoTankYou 7.0.0.3, DailyDuty 5.0.0.2, CurrencyAlert 2.0.0.2
  - Memory-related crashes w/r/t nulls.

These plugins either crash on release builds due to a
  • Loading branch information
KazWolfe committed Jul 18, 2024
1 parent 43df2ad commit 20500a2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions UIRes/bannedplugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
},
{
"Name": "DailyDuty",
"AssemblyVersion": "5.0.0.0"
"AssemblyVersion": "5.0.0.2"
},
{
"Name": "XIVCombo",
Expand Down Expand Up @@ -289,7 +289,7 @@
},
{
"Name": "JobBars",
"AssemblyVersion": "1.3.1.1",
"AssemblyVersion": "1.3.1.2",
"Reason": "Crashes with Patch 7.01 under certain scenarios"
},
{
Expand Down Expand Up @@ -432,5 +432,13 @@
"Name": "Echoglossian",
"AssemblyVersion": "3.3.2407.221",
"Reason": "Crashes on battletalk"
},
{
"Name": "NoTankYou",
"AssemblyVersion": "7.0.0.3"
},
{
"Name": "CurrencyAlert",
"AssemblyVersion": "2.0.0.2"
}
]

0 comments on commit 20500a2

Please sign in to comment.