From 5de446ce4c78739b7b879283a77ccd39df847a7a Mon Sep 17 00:00:00 2001 From: Logon Date: Mon, 8 Jul 2024 16:14:32 +0200 Subject: [PATCH] Uncomment the init code --- QuestieDB.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/QuestieDB.lua b/QuestieDB.lua index 8420e0b4..5cb1c7bb 100644 --- a/QuestieDB.lua +++ b/QuestieDB.lua @@ -102,6 +102,8 @@ SlashCmdList["QuestieDB"] = function(args) print("Localized math.floor", time1, "ms") print("Modulus to floor", time2, "ms") end + collectgarbage() end + SLASH_QuestieDB1 = "/QuestieDB" SLASH_QuestieDB2 = "/qdb"