mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Add another plugin to Copy Support Info
This commit is contained in:
parent
a27ce6b0a7
commit
7710d92496
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ public class Penumbra : IDalamudPlugin
|
||||||
ReadOnlySpan<string> relevantPlugins =
|
ReadOnlySpan<string> relevantPlugins =
|
||||||
[
|
[
|
||||||
"Glamourer", "MareSynchronos", "CustomizePlus", "SimpleHeels", "VfxEditor", "heliosphere-plugin", "Ktisis", "Brio", "DynamicBridge",
|
"Glamourer", "MareSynchronos", "CustomizePlus", "SimpleHeels", "VfxEditor", "heliosphere-plugin", "Ktisis", "Brio", "DynamicBridge",
|
||||||
"IllusioVitae",
|
"IllusioVitae", "Aetherment",
|
||||||
];
|
];
|
||||||
var plugins = _services.GetService<IDalamudPluginInterface>().InstalledPlugins
|
var plugins = _services.GetService<IDalamudPluginInterface>().InstalledPlugins
|
||||||
.GroupBy(p => p.InternalName)
|
.GroupBy(p => p.InternalName)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue