1
0
Fork 0
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:
rubenwardy 2021-02-10 11:02:34 +00:00
parent 9736b9cea5
commit 4db7fb4a3b
7 changed files with 18 additions and 18 deletions

View file

@ -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")