From 7aaa847294aa5cb6907aab35b74f25f0326b645c 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 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