diff --git a/Leatrix_Plus.lua b/Leatrix_Plus.lua index 0fa88b9..10b936a 100644 --- a/Leatrix_Plus.lua +++ b/Leatrix_Plus.lua @@ -6726,7 +6726,8 @@ -- Build route string and debug string local numEnterHops = GetNumRoutes(index) - local debugString = '["' .. currentNode + --local debugString = '["' .. currentNode + local debugString = '"' .. currentNode local debugChatString = '["' .. currentNode local routeString = currentNode for i = 1, numEnterHops do @@ -6760,7 +6761,9 @@ routeString = routeString .. ":" .. destination end --debugString = debugString .. '"] = ' - debugString = debugString .. '"]' + --debugString = debugString .. '"]' + debugString = debugString .. '"' + debugChatString = debugChatString .. '"] = '