mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Move DutyState test to before logout
This commit is contained in:
parent
f8919da11f
commit
163001ec33
1 changed files with 1 additions and 1 deletions
|
|
@ -41,8 +41,8 @@ internal class SelfTestWindow : Window
|
||||||
new LuminaAgingStep<TerritoryType>(),
|
new LuminaAgingStep<TerritoryType>(),
|
||||||
new PartyFinderAgingStep(),
|
new PartyFinderAgingStep(),
|
||||||
new HandledExceptionAgingStep(),
|
new HandledExceptionAgingStep(),
|
||||||
new LogoutEventAgingStep(),
|
|
||||||
new DutyStateAgingStep(),
|
new DutyStateAgingStep(),
|
||||||
|
new LogoutEventAgingStep(),
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly List<(SelfTestStepResult Result, TimeSpan? Duration)> stepResults = new();
|
private readonly List<(SelfTestStepResult Result, TimeSpan? Duration)> stepResults = new();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue