mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 13:23:40 +01:00
Update AetheryteListAgingStep.cs
fix copy pasta
This commit is contained in:
parent
10962c8974
commit
f40665d2b1
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue