Removal of log
This commit is contained in:
@@ -182,14 +182,12 @@ public sealed class GameObjectHandler : DisposableMediatorSubscriberBase, IHighP
|
|||||||
|
|
||||||
if (nextAddr != IntPtr.Zero && !PtrGuard.LooksLikePtr(nextAddr))
|
if (nextAddr != IntPtr.Zero && !PtrGuard.LooksLikePtr(nextAddr))
|
||||||
{
|
{
|
||||||
Logger.LogTrace("[{this}] _getAddress returned non-pointer: 0x{addr:X}", this, (ulong)nextAddr);
|
|
||||||
nextAddr = IntPtr.Zero;
|
nextAddr = IntPtr.Zero;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (nextAddr != IntPtr.Zero &&
|
if (nextAddr != IntPtr.Zero &&
|
||||||
!PtrGuard.IsReadable(nextAddr, (nuint)sizeof(FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject)))
|
!PtrGuard.IsReadable(nextAddr, (nuint)sizeof(FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject)))
|
||||||
{
|
{
|
||||||
Logger.LogTrace("[{this}] Address not readable: 0x{addr:X}", this, (ulong)nextAddr);
|
|
||||||
nextAddr = IntPtr.Zero;
|
nextAddr = IntPtr.Zero;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user