mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-29 10:43:43 +01:00
Remove deprecated minetest.mod.extend_string
This commit is contained in:
parent
748ff4a857
commit
7eb5f09752
@ -57,15 +57,6 @@ function init(modname)
|
|||||||
extend(modname, "main")
|
extend(modname, "main")
|
||||||
end
|
end
|
||||||
|
|
||||||
--! deprecated
|
|
||||||
function extend_string(modname, string)
|
|
||||||
if not string then
|
|
||||||
string = modname
|
|
||||||
modname = minetest.get_current_modname()
|
|
||||||
end
|
|
||||||
include_env(string, rawget(_G, modname), true)
|
|
||||||
end
|
|
||||||
|
|
||||||
--> conf, schema
|
--> conf, schema
|
||||||
function configuration(modname)
|
function configuration(modname)
|
||||||
modname = modname or minetest.get_current_modname()
|
modname = modname or minetest.get_current_modname()
|
||||||
|
Loading…
Reference in New Issue
Block a user