debug: Add print to OnClickQuest

This commit is contained in:
Xurkon
2026-03-20 22:08:08 -05:00
parent 4a78619416
commit 4dcd644ac2
+1
View File
@@ -997,6 +997,7 @@ end
---@param button string
TrackerLinePool.OnClickQuest = function(self, button)
print("[DEBUG] OnClickQuest called! button=" .. tostring(button) .. " shift=" .. tostring(IsShiftKeyDown()))
Questie:Debug(Questie.DEBUG_DEVELOP, "[TrackerLinePool:_OnClickQuest] button:", button, "Shift:", IsShiftKeyDown(), "Quest:", self.Quest and self.Quest.name or "nil")
if (not self.Quest) then
return