Ughhhhhhhhhh

This commit is contained in:
Ottermandias 2024-11-26 01:58:44 +01:00
parent d0e0ae46e6
commit d2a015f32a
2 changed files with 1 additions and 2 deletions

View file

@ -132,7 +132,6 @@ public unsafe class RsfService : IDisposable, IRequiredService
// Function failed on a replaced scd, call local. // Function failed on a replaced scd, call local.
_scdReturnData.Value = false; _scdReturnData.Value = false;
ret = _loadScdFileLocal(handle, descriptor, unk); ret = _loadScdFileLocal(handle, descriptor, unk);
_updateCategory((TextureResourceHandle*)handle);
return ret; return ret;
} }

View file

@ -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", "Aetherment", "LoporritSync", "IllusioVitae", "Aetherment", "LoporritSync", "GagSpeak",
]; ];
var plugins = _services.GetService<IDalamudPluginInterface>().InstalledPlugins var plugins = _services.GetService<IDalamudPluginInterface>().InstalledPlugins
.GroupBy(p => p.InternalName) .GroupBy(p => p.InternalName)