From 16840cdcbba4be95f2dc0dfad2b337ea8ab45517 Mon Sep 17 00:00:00 2001 From: Antonio Lobato Date: Wed, 11 Sep 2024 10:54:27 -0700 Subject: [PATCH] Fixed a small bug with context timeout. --- data/refresh.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/refresh.lua b/data/refresh.lua index cebc2d1f..13896fec 100644 --- a/data/refresh.lua +++ b/data/refresh.lua @@ -71,7 +71,7 @@ function refresh:StartUpdate(ctx) -- never missed in the event of the update queue being interrupted. C_Timer.After(0, function() if next(self.UpdateQueue) ~= nil then - self:StartUpdate(ctx) + self:StartUpdate(context:New('MissedEvent')) end end) return