From 42ce579651ca5f0b5e6df68d55d0a725118c1cb0 Mon Sep 17 00:00:00 2001 From: RisaDev <151885272+RisaDev@users.noreply.github.com> Date: Sun, 11 Aug 2024 21:15:23 +0300 Subject: [PATCH] I want to know this so I can tell people that they are not getting any help if they are running ivcs plugin --- CustomizePlus/Core/Services/SupportLogBuilderService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomizePlus/Core/Services/SupportLogBuilderService.cs b/CustomizePlus/Core/Services/SupportLogBuilderService.cs index 10ee729..1771744 100644 --- a/CustomizePlus/Core/Services/SupportLogBuilderService.cs +++ b/CustomizePlus/Core/Services/SupportLogBuilderService.cs @@ -118,7 +118,7 @@ public class SupportLogBuilderService { ReadOnlySpan relevantPlugins = [ - "MareSynchronos", "Ktisis", "Brio", "DynamicBridge" + "MareSynchronos", "Ktisis", "Brio", "DynamicBridge", "SimpleHeels", "IllusioVitae" ]; var plugins = _dalamudPluginInterface.InstalledPlugins .GroupBy(p => p.InternalName)