diff --git a/Dalamud/Interface/Internal/Windows/SelfTest/SelfTestWindow.cs b/Dalamud/Interface/Internal/Windows/SelfTest/SelfTestWindow.cs index 33a3e57cd..17d944872 100644 --- a/Dalamud/Interface/Internal/Windows/SelfTest/SelfTestWindow.cs +++ b/Dalamud/Interface/Internal/Windows/SelfTest/SelfTestWindow.cs @@ -41,8 +41,8 @@ internal class SelfTestWindow : Window new LuminaAgingStep(), new PartyFinderAgingStep(), new HandledExceptionAgingStep(), - new LogoutEventAgingStep(), new DutyStateAgingStep(), + new LogoutEventAgingStep(), }; private readonly List<(SelfTestStepResult Result, TimeSpan? Duration)> stepResults = new();