From 43b5b30647c2b5bc4be0d79dd9bc47936a4d6890 Mon Sep 17 00:00:00 2001 From: funkydude Date: Fri, 12 Jul 2019 15:34:44 +0100 Subject: [PATCH] Missed a bit --- battlegrounds.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/battlegrounds.lua b/battlegrounds.lua index ed4de04..55d3758 100644 --- a/battlegrounds.lua +++ b/battlegrounds.lua @@ -538,6 +538,7 @@ do for i = 1, 80 do local scoreTbl = GetScoreInfo(i) if scoreTbl and scoreTbl.damageDone and scoreTbl.damageDone ~= 0 then + hereFromTheStart = true hasData = false Timer(0.5, allow) stopTimer = NewTicker(3, stop, 1)