mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Indentation improvements
This commit is contained in:
parent
f368fb3e43
commit
b789845f62
1 changed files with 2 additions and 2 deletions
|
@ -491,8 +491,8 @@ minetest.register_lbm({
|
|||
if node.param2 ~= final_param2 and rotation_param2 < 6 then
|
||||
node.param2 = final_param2
|
||||
minetest.set_node(pos, node)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end,
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue