mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
Replace 'minetest.' with 'core.' in builtin
This commit is contained in:
parent
9736b9cea5
commit
4db7fb4a3b
7 changed files with 18 additions and 18 deletions
|
@ -443,7 +443,7 @@ local function create_world_buttonhandler(this, fields)
|
|||
end
|
||||
|
||||
if fields["mgv6_biomes"] then
|
||||
local entry = minetest.formspec_escape(fields["mgv6_biomes"])
|
||||
local entry = core.formspec_escape(fields["mgv6_biomes"])
|
||||
for b=1, #mgv6_biomes do
|
||||
if entry == mgv6_biomes[b][1] then
|
||||
local ftable = core.settings:get_flags("mgv6_spflags")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue