From f90a094e5439ee4231ecc6b55013de6526e2206f Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Fri, 1 Dec 2023 18:48:32 -0300 Subject: [PATCH] Debug line --- core/control.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/control.lua b/core/control.lua index 49430ab4..c4fe3fc6 100644 --- a/core/control.lua +++ b/core/control.lua @@ -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