mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-14 11:57:45 +01:00
Simplify retargeting after reload, seems to work fine.
This commit is contained in:
parent
3ed85b56b5
commit
08b7f184e6
1 changed files with 0 additions and 6 deletions
|
|
@ -104,12 +104,6 @@ public sealed unsafe class ObjectReloader : IDisposable
|
||||||
|
|
||||||
var actor = Dalamud.Objects[ _target ];
|
var actor = Dalamud.Objects[ _target ];
|
||||||
if( actor == null || Dalamud.Targets.Target != null )
|
if( actor == null || Dalamud.Targets.Target != null )
|
||||||
{
|
|
||||||
_target = -1;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if( ( ( FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject* )actor.Address )->DrawObject == null )
|
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue