added commentator stuff, general code cleanup and better formatting, some deprecated code removed

This commit is contained in:
Tercio Jose
2024-07-09 12:47:24 -03:00
committed by andrew6180
parent af3477354a
commit 00f04959cb
20 changed files with 1602 additions and 1596 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ function mythicDungeonCharts:OnStartMythicDungeon()
mythicDungeonCharts.ChartTable.Ticker = C_Timer.NewTicker(1, tickerCallback)
--save the chart for development
if (debugmode) then
if (Details222.Debug.MythicPlusChartWindowDebug) then
Details.mythic_plus.last_mythicrun_chart = mythicDungeonCharts.ChartTable
end