I want to know this so I can tell people that they are not getting any help if they are running ivcs plugin
This commit is contained in:
@@ -118,7 +118,7 @@ public class SupportLogBuilderService
|
|||||||
{
|
{
|
||||||
ReadOnlySpan<string> relevantPlugins =
|
ReadOnlySpan<string> relevantPlugins =
|
||||||
[
|
[
|
||||||
"MareSynchronos", "Ktisis", "Brio", "DynamicBridge"
|
"MareSynchronos", "Ktisis", "Brio", "DynamicBridge", "SimpleHeels", "IllusioVitae"
|
||||||
];
|
];
|
||||||
var plugins = _dalamudPluginInterface.InstalledPlugins
|
var plugins = _dalamudPluginInterface.InstalledPlugins
|
||||||
.GroupBy(p => p.InternalName)
|
.GroupBy(p => p.InternalName)
|
||||||
|
|||||||
Reference in New Issue
Block a user