Skip to content

Commit

Permalink
Don't forget the time
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Aug 11, 2024
1 parent 5012e7b commit 82e95f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Transcriptor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 82e95f3

Please sign in to comment.