diff --git a/Penumbra/Interop/Loader/ResourceLoader.Debug.cs b/Penumbra/Interop/Loader/ResourceLoader.Debug.cs index 3be1b0ec..41ba6c48 100644 --- a/Penumbra/Interop/Loader/ResourceLoader.Debug.cs +++ b/Penumbra/Interop/Loader/ResourceLoader.Debug.cs @@ -47,7 +47,7 @@ public unsafe partial class ResourceLoader private void AddModifiedDebugInfo( Structs.ResourceHandle* handle, Utf8GamePath originalPath, FullPath? manipulatedPath, object? resolverInfo ) { - if( manipulatedPath == null ) + if( manipulatedPath == null || manipulatedPath.Value.Crc64 == 0 ) { return; }