diff --git a/QuestHelper/main.lua b/QuestHelper/main.lua index 572c158..2be9abe 100644 --- a/QuestHelper/main.lua +++ b/QuestHelper/main.lua @@ -886,7 +886,7 @@ Thanks for testing!]], "QuestHelper " .. version_string, 500, 20, 10) please_submit_enabled = false end QHUpdateNagTick() -- These probably shouldn't be in OnUpdate. Eventually I'll move them somewhere cleaner. - +--[[ if not ontaxi and UnitOnTaxi("player") then self:flightBegan() interruptcount = 0 @@ -894,7 +894,7 @@ Thanks for testing!]], "QuestHelper " .. version_string, 500, 20, 10) self:flightEnded(interruptcount > 1) end ontaxi = UnitOnTaxi("player") - + ]] -- For now I'm ripping out the update_count code --update_count = update_count - 1 --if update_count <= 0 then