From 82e95f30659c4b0bca76bd1be6f3472dbf02b6ec Mon Sep 17 00:00:00 2001 From: funkydude Date: Sun, 11 Aug 2024 17:06:58 +0100 Subject: [PATCH] Don't forget the time --- Transcriptor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transcriptor.lua b/Transcriptor.lua index 38dea18..c9acad0 100644 --- a/Transcriptor.lua +++ b/Transcriptor.lua @@ -1564,7 +1564,7 @@ local function eventHandler(_, event, ...) end local instanceInfoLine = strjoin("#", tostringall(GetInstanceInfo())) - currentLog.total[#currentLog.total+1] = format("<%.2f %s> [GetInstanceInfo()] %s", t, instanceInfoLine) + currentLog.total[#currentLog.total+1] = format("<%.2f %s> [GetInstanceInfo()] %s", t, time, instanceInfoLine) local UnitPosition, UnitClass = UnitPosition, UnitClass local _, _, _, myInstance = UnitPosition("player")