Skip to content

Commit

Permalink
Debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Dec 1, 2023
1 parent 19562de commit f90a094
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,9 @@
Level = Details.MythicPlus.Level,
EJID = Details.MythicPlus.ejID,
}
Details:Msg("segment tagged as mythic+ trash.")
if (Details.debug) then
Details:Msg("segment tagged as mythic+ trash.")
end
else
--tag the combat as trash clean up
currentCombat.is_trash = true
Expand Down

0 comments on commit f90a094

Please sign in to comment.