mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 15:23:48 +01:00
Add TODO for mod.require
This commit is contained in:
parent
a4118e04fe
commit
cefa8e64b9
@ -58,6 +58,8 @@ function init(modname)
|
|||||||
extend(modname, "main")
|
extend(modname, "main")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- TODO `require` relative to current mod
|
||||||
|
|
||||||
local warn_parent_leaf = "modlib: setting %s used both as parent setting and as leaf, ignoring children"
|
local warn_parent_leaf = "modlib: setting %s used both as parent setting and as leaf, ignoring children"
|
||||||
local function build_tree(dict)
|
local function build_tree(dict)
|
||||||
local tree = {}
|
local tree = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user