diff --git a/MareSynchronos/Services/DalamudUtilService.cs b/MareSynchronos/Services/DalamudUtilService.cs index aa0fb63..67f6089 100644 --- a/MareSynchronos/Services/DalamudUtilService.cs +++ b/MareSynchronos/Services/DalamudUtilService.cs @@ -344,6 +344,7 @@ public class DalamudUtilService : IHostedService, IMediatorSubscriber { logger.LogTrace("[{redrawId}] Starting wait for {handler} to draw", redrawId, handler); await Task.Delay(tick).ConfigureAwait(true); + curWaitTime += tick; while ((!ct?.IsCancellationRequested ?? true) && curWaitTime < timeOut