mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +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")
|
||||
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
|
||||
function configuration(modname)
|
||||
modname = modname or minetest.get_current_modname()
|
||||
|
Loading…
Reference in New Issue
Block a user