[mcl_core] fix function codestyle in nodes_liquid.lua

This commit is contained in:
NO11 2021-05-26 17:57:43 +00:00
parent 5b43303873
commit 90bab9026b
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ S("• When lava is directly above water, the water turns into stone."),
_mcl_hardness = -1,
})
local emit_lava_particle = function(pos)
local function emit_lava_particle(pos)
local node = minetest.get_node(pos)
if minetest.get_item_group(node.name, "lava_source") == 0 then
return