forked from VoxeLibre/VoxeLibre
Remove the tab before the curly bracket
This commit is contained in:
parent
406b27852b
commit
7d642c9929
|
@ -121,7 +121,7 @@ local l_def = {
|
|||
after_place_node = function(pos)
|
||||
mcl_core.make_player_leaves(pos) -- Leaves placed by the player should always be player leaves.
|
||||
end,
|
||||
}
|
||||
}
|
||||
|
||||
minetest.register_node("mcl_mangrove:mangroveleaves", l_def)
|
||||
|
||||
|
|
Loading…
Reference in New Issue