From 1f6383929fced2962c0d8b2617c0627d8dc3b7bd Mon Sep 17 00:00:00 2001 From: Flamanis Date: Sun, 2 Jul 2023 10:14:47 -0500 Subject: [PATCH] Actually save to disk auto run code --- core/parser.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/core/parser.lua b/core/parser.lua index d62e36d0..cc159a7b 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -5902,6 +5902,7 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1 tinsert(_detalhes_global.exit_log, "9 - Saving Auto Run Code.") local saveAutoRunCode = function() Details222.AutoRunCode.OnLogout() + _detalhes_global.run_code = Details.run_code end xpcall(saveAutoRunCode, logSaverError) end) --end of saving data