Skip to content

Commit

Permalink
Luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Aug 2, 2024
1 parent 5f7e94e commit 804b586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TimeToDie.lua
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ end

-- Function to find what mod has the longest ttd and how long that is
function MaxDps:MaxAddDuration()
local duration = 0
local duration
local durationtotal = 0
if MaxDps.ttd and MaxDps.ttd.data then
for target,data in pairs(MaxDps.ttd.data) do
Expand Down

0 comments on commit 804b586

Please sign in to comment.