mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +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 ];
|
||||
if( actor == null || Dalamud.Targets.Target != null )
|
||||
{
|
||||
_target = -1;
|
||||
return;
|
||||
}
|
||||
|
||||
if( ( ( FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject* )actor.Address )->DrawObject == null )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue