diff --git a/mods/CORE/mcl_init/mod.conf b/mods/CORE/mcl_init/mod.conf index 4ce7b394d..c15560eab 100644 --- a/mods/CORE/mcl_init/mod.conf +++ b/mods/CORE/mcl_init/mod.conf @@ -1,3 +1,4 @@ name = mcl_init author = Wuzzy description = Initialization mod of VoxeLibre. Defines some common shared variables and sets up initial default settings which have to be set at the beginning. +luacheck_globals = mcl_vars diff --git a/mods/CORE/mcl_util/mod.conf b/mods/CORE/mcl_util/mod.conf index f43663852..8032ee21b 100644 --- a/mods/CORE/mcl_util/mod.conf +++ b/mods/CORE/mcl_util/mod.conf @@ -2,3 +2,4 @@ name = mcl_util author = Wuzzy description = Helper functions for VoxeLibre. depends = mcl_init +luacheck_globals = dofile_codegen