Skip to content

Commit

Permalink
More relevant plugins in support info
Browse files Browse the repository at this point in the history
  • Loading branch information
RisaDev committed Jan 11, 2025
1 parent 1c37a7d commit d163840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CustomizePlus/Core/Services/SupportLogBuilderService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ private void GatherRelevantPlugins(StringBuilder sb)
{
ReadOnlySpan<string> relevantPlugins =
[
"MareSynchronos", "Ktisis", "Brio", "DynamicBridge", "SimpleHeels", "IllusioVitae"
"MareSynchronos", "Ktisis", "Brio", "DynamicBridge", "SimpleHeels",
"IllusioVitae", "LoporritSync", "AQuestReborn", "RoleplayingVoiceDalamud"
];
var plugins = _dalamudPluginInterface.InstalledPlugins
.GroupBy(p => p.InternalName)
Expand Down

0 comments on commit d163840

Please sign in to comment.