From f3e9f90f9dd3c1dc6c15e73bbf7a9a576c3bda41 Mon Sep 17 00:00:00 2001 From: Stanley Dimant Date: Fri, 21 Feb 2025 17:10:35 +0100 Subject: [PATCH] more correctly describe curwaittime --- MareSynchronos/Services/DalamudUtilService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MareSynchronos/Services/DalamudUtilService.cs b/MareSynchronos/Services/DalamudUtilService.cs index 6a1b1ae..6d6af64 100644 --- a/MareSynchronos/Services/DalamudUtilService.cs +++ b/MareSynchronos/Services/DalamudUtilService.cs @@ -467,6 +467,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