Skip to content

Commit d2a015f

Browse files
committed
Ughhhhhhhhhh
1 parent d0e0ae4 commit d2a015f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Penumbra/Interop/Hooks/ResourceLoading/RsfService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ private byte OnScdLoadDetour(ResourceHandle* handle, SeFileDescriptor* descripto
132132
// Function failed on a replaced scd, call local.
133133
_scdReturnData.Value = false;
134134
ret = _loadScdFileLocal(handle, descriptor, unk);
135-
_updateCategory((TextureResourceHandle*)handle);
136135
return ret;
137136
}
138137

Penumbra/Penumbra.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ private void GatherRelevantPlugins(StringBuilder sb)
186186
ReadOnlySpan<string> relevantPlugins =
187187
[
188188
"Glamourer", "MareSynchronos", "CustomizePlus", "SimpleHeels", "VfxEditor", "heliosphere-plugin", "Ktisis", "Brio", "DynamicBridge",
189-
"IllusioVitae", "Aetherment", "LoporritSync",
189+
"IllusioVitae", "Aetherment", "LoporritSync", "GagSpeak",
190190
];
191191
var plugins = _services.GetService<IDalamudPluginInterface>().InstalledPlugins
192192
.GroupBy(p => p.InternalName)

0 commit comments

Comments
 (0)