fix: soft-target self test

This commit is contained in:
goaaats 2021-12-03 12:42:24 +01:00
parent 51bca32640
commit 4719e8d612
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -55,7 +55,7 @@ namespace Dalamud.Interface.Internal.Windows.SelfTest.AgingSteps
case 3:
ImGui.Text("Soft-Target an EventObj...");
var sTarget = targetManager.FocusTarget;
var sTarget = targetManager.SoftTarget;
if (sTarget is EventObj)
{
return SelfTestStepResult.Pass;