From fbe92d7db168ecd56fd7aac6ac104a279ec7a46e Mon Sep 17 00:00:00 2001 From: FatalErr42O <58855799+FatalError42O@users.noreply.github.com> Date: Fri, 1 Sep 2023 18:20:21 -0700 Subject: [PATCH] added module integration changes --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 05f7f3f..284c084 100644 --- a/init.lua +++ b/init.lua @@ -1,7 +1,8 @@ mtul = { binary = {}, --provided entirely by modlib. utils = {}, --provided entirely by modlib. - tbl = {} --modified by libs.modlib, source. + tbl = {}, --modified by libs.modlib, source. + loaded_modules = {} } --optionally allow user to overset local math with mtul while still keeping core funcs & consts.