Update AetheryteListAgingStep.cs

fix copy pasta
This commit is contained in:
pohky 2021-12-09 17:28:02 +01:00
parent 10962c8974
commit f40665d2b1

View file

@ -34,6 +34,11 @@ namespace Dalamud.Interface.Internal.Windows.SelfTest.AgingSteps
return SelfTestStepResult.Waiting; return SelfTestStepResult.Waiting;
} }
if (aetheryte.AetheryteId == 0)
{
return SelfTestStepResult.Fail;
}
Util.ShowObject(aetheryte); Util.ShowObject(aetheryte);
return SelfTestStepResult.Waiting; return SelfTestStepResult.Waiting;