Removed some debug msgs, added /de m+debug and /de m+debugloot; Framework update

This commit is contained in:
Tercio Jose
2024-06-26 19:30:38 -03:00
committed by andrew6180
parent 2749a0a91d
commit 4116ae29e2
8 changed files with 74 additions and 25 deletions
+6
View File
@@ -935,6 +935,12 @@ function SlashCmdList.DETAILS (msg, editbox)
print(Loc["STRING_DETAILS1"] .. "net diagnostic mode has been turned on.")
end
elseif (command == "m+debug") then
Details222.Debug.SetMythicPlusDebugState() --passing nothing will toggle the debug state
elseif (command == "m+debugloot") then
Details222.Debug.SetMythicPlusLootDebugState() --passing nothing will toggle the debug state
elseif (command == "debug") then
if (Details.debug) then
Details.debug = false