Skip to content

Commit c360902

Browse files
committed
Expand relevant plugins
1 parent abb6cdc commit c360902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CustomizePlus/Core/Services/SupportLogBuilderService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ private void GatherRelevantPlugins(StringBuilder sb)
120120
ReadOnlySpan<string> relevantPlugins =
121121
[
122122
"MareSynchronos", "Ktisis", "Brio", "DynamicBridge", "SimpleHeels",
123-
"IllusioVitae", "LoporritSync", "AQuestReborn", "RoleplayingVoiceDalamud"
123+
"IllusioVitae", "LoporritSync", "AQuestReborn", "RoleplayingVoiceDalamud", "AetherRemote"
124124
];
125125
var plugins = _dalamudPluginInterface.InstalledPlugins
126126
.GroupBy(p => p.InternalName)

0 commit comments

Comments
 (0)