This commit is contained in:
Brues
2026-05-22 22:50:41 -05:00
parent 7c752f0264
commit 90fdd8cfc3
+1 -1
View File
@@ -95,7 +95,7 @@ local function OnEnter(self)
-- UPDATE_EXHAUSTION events span a meaningful interval (e.g., resting
-- under a Turtle WoW tent generates a fast continuous stream).
local samples = data.rest_samples
local n = table.getn(samples)/ca
local n = table.getn(samples)
if n >= 2 then
local first, last = samples[1], samples[n]
local span = last[1] - first[1]