chore: stage all pending changes (DB cleanup, corrections, compiler, init, plugin API)

This commit is contained in:
Xurkon
2026-03-16 19:41:52 -05:00
parent aad7972814
commit 4db9737a35
43 changed files with 350 additions and 226573 deletions
+2 -2
View File
@@ -106,10 +106,10 @@ end
-- The only public class except for Questie
---@class QuestieLoader
QuestieLoader = {}
QuestieLoader = QuestieLoader or {}
local modules = {}
local modules = (QuestieLoader._modules) or {}
QuestieLoader._modules = modules -- store reference so modules can be iterated for profiling