From 5799e5c47365d45de9775521e463ec3f159da560 Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Sat, 18 May 2024 09:15:47 -0700 Subject: [PATCH] disable debugging mythicdungeon --- functions/mythicdungeon/mythicdungeon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mythicdungeon/mythicdungeon.lua b/functions/mythicdungeon/mythicdungeon.lua index 29ae381f..60042bd3 100644 --- a/functions/mythicdungeon/mythicdungeon.lua +++ b/functions/mythicdungeon/mythicdungeon.lua @@ -24,7 +24,7 @@ Details222.MythicPlus.Charts.Listener = mythicDungeonCharts -- ~mythic ~dungeon local DetailsMythicPlusFrame = _G.CreateFrame("frame", "DetailsMythicPlusFrame", UIParent) -DetailsMythicPlusFrame.DevelopmentDebug = true +DetailsMythicPlusFrame.DevelopmentDebug = false --disabling the mythic+ feature if the user is playing in wow classic DetailsMythicPlusFrame:RegisterEvent("MYTHIC_PLUS_STARTED")