Simplify retargeting after reload, seems to work fine.

This commit is contained in:
Ottermandias 2022-05-09 18:57:55 +02:00
parent 3ed85b56b5
commit 08b7f184e6

View file

@ -104,12 +104,6 @@ public sealed unsafe class ObjectReloader : IDisposable
var actor = Dalamud.Objects[ _target ];
if( actor == null || Dalamud.Targets.Target != null )
{
_target = -1;
return;
}
if( ( ( FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject* )actor.Address )->DrawObject == null )
{
return;
}