mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Ughhhhhhhhhh
This commit is contained in:
parent
d0e0ae46e6
commit
d2a015f32a
2 changed files with 1 additions and 2 deletions
|
|
@ -132,7 +132,6 @@ public unsafe class RsfService : IDisposable, IRequiredService
|
|||
// Function failed on a replaced scd, call local.
|
||||
_scdReturnData.Value = false;
|
||||
ret = _loadScdFileLocal(handle, descriptor, unk);
|
||||
_updateCategory((TextureResourceHandle*)handle);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@ public class Penumbra : IDalamudPlugin
|
|||
ReadOnlySpan<string> relevantPlugins =
|
||||
[
|
||||
"Glamourer", "MareSynchronos", "CustomizePlus", "SimpleHeels", "VfxEditor", "heliosphere-plugin", "Ktisis", "Brio", "DynamicBridge",
|
||||
"IllusioVitae", "Aetherment", "LoporritSync",
|
||||
"IllusioVitae", "Aetherment", "LoporritSync", "GagSpeak",
|
||||
];
|
||||
var plugins = _services.GetService<IDalamudPluginInterface>().InstalledPlugins
|
||||
.GroupBy(p => p.InternalName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue