Skip to content

Commit 223d6d8

Browse files
committed
Going around balmung telling people to install this isn't the greatest idea
1 parent f1fbbbc commit 223d6d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CustomizePlus/Core/Services/SupportLogBuilderService.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ private void GatherRelevantPlugins(StringBuilder sb)
115115
ReadOnlySpan<string> relevantPlugins =
116116
[
117117
"MareSynchronos", "Ktisis", "Brio", "DynamicBridge", "SimpleHeels",
118-
"IllusioVitae", "LoporritSync", "AQuestReborn", "RoleplayingVoiceDalamud", "AetherRemote"
118+
"IllusioVitae", "LoporritSync", "AQuestReborn", "RoleplayingVoiceDalamud", "AetherRemote",
119+
"CustomizePlusPlus"
119120
];
120121
var plugins = _dalamudPluginInterface.InstalledPlugins
121122
.GroupBy(p => p.InternalName)

0 commit comments

Comments
 (0)