Skip to content

Commit

Permalink
Use old logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasuromi committed May 22, 2022
1 parent 8f7d118 commit d81457d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnhollowerBaseLib/Injection/InjectorHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ private static d_GetTypeInfoFromTypeDefinitionIndex FindGetTypeInfoFromTypeDefin
else getTypeInfoFromTypeDefinitionIndex = imageGetTypeXrefs[0];
if ((getTypeInfoFromTypeDefinitionIndex.ToInt64() & 0xF) != 0)
{
Logger.Trace($"Image::GetType xref wasn't aligned, attempting to resolve from icall");
LogSupport.Trace($"Image::GetType xref wasn't aligned, attempting to resolve from icall");
return FindGetTypeInfoFromTypeDefinitionIndex(true);
}
if (imageGetTypeXrefs.Count() > 1 && UnityVersionHandler.IsMetadataV29OrHigher)
Expand Down

0 comments on commit d81457d

Please sign in to comment.