# HG changeset patch # User Nenue # Date 1491408761 14400 # Node ID bb2baedae81f70d299c3a825ce27109ec002a248 # Parent 31de7e9e78498712bc9b30a6383b9c1284f24dc8 debugging tool for the mystery of disappearing quests diff -r 31de7e9e7849 -r bb2baedae81f WorldPlan.lua --- a/WorldPlan.lua Wed Apr 05 11:36:06 2017 -0400 +++ b/WorldPlan.lua Wed Apr 05 12:12:41 2017 -0400 @@ -539,7 +539,11 @@ WorldPlanSummary:Refresh(true) end elseif arg1 == 'log' then - WorldPlanDebug:SetShown(true) + if WorldPlanDebug:IsShown() then + WorldPlanDebug:SetShown(false) + else + WorldPlanDebug:SetShown(true) + end elseif arg1 == 'debug' then if WorldPlanData then WorldPlanData.DebugEnabled = (not WorldPlanData.DebugEnabled) diff -r 31de7e9e7849 -r bb2baedae81f WorldPlan.xml --- a/WorldPlan.xml Wed Apr 05 11:36:06 2017 -0400 +++ b/WorldPlan.xml Wed Apr 05 12:12:41 2017 -0400 @@ -175,9 +175,11 @@