From 3ea24e6141b23a8009718cb8bd98db9471fe3d56 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 23 Oct 2014 21:19:43 +0200 Subject: [PATCH] Wipe the temporary table when saving too --- Config.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config.lua b/Config.lua index 6b06a76..bd187be 100644 --- a/Config.lua +++ b/Config.lua @@ -72,6 +72,8 @@ function Panel:okay() for key, value in next, temporary do QuickQuestDB[key] = value end + + table.wipe(temporary) end function Panel:cancel() -- 1.7.9.5