fix: use correct SetFocusTarget

This commit is contained in:
goat 2021-08-27 01:19:12 +02:00
parent 648cbdefc8
commit 0ba2a573d9
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -92,7 +92,7 @@ namespace Dalamud.Game.ClientState.Objects
/// Sets the focus target.
/// </summary>
/// <param name="actor">Actor to target.</param>
public void SetFocusTarget(GameObject? actor) => this.SetTarget(actor?.Address ?? IntPtr.Zero);
public void SetFocusTarget(GameObject? actor) => this.SetFocusTarget(actor?.Address ?? IntPtr.Zero);
/// <summary>
/// Sets the previous target.