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:
RisaDev
2024-08-11 21:15:23 +03:00
parent c0a877fd9c
commit 42ce579651

View File

@@ -118,7 +118,7 @@ public class SupportLogBuilderService
{
ReadOnlySpan<string> relevantPlugins =
[
"MareSynchronos", "Ktisis", "Brio", "DynamicBridge"
"MareSynchronos", "Ktisis", "Brio", "DynamicBridge", "SimpleHeels", "IllusioVitae"
];
var plugins = _dalamudPluginInterface.InstalledPlugins
.GroupBy(p => p.InternalName)