Remove the tab before the curly bracket

This commit is contained in:
FossFanatic 2023-02-16 17:25:21 +00:00
parent 406b27852b
commit 7d642c9929
1 changed files with 1 additions and 1 deletions

View File

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