Removed a comment that was not needed and added a new line below the comment block

This commit is contained in:
Guy Liner 2022-01-02 17:32:43 -05:00
parent b929c66adf
commit f4e7911903
1 changed files with 1 additions and 1 deletions

View File

@ -26,10 +26,10 @@ end
-- function minetest_rotate_and_place. It rotates
-- a block based on where it thinks the player is facing
-- at the moment. This is typically called by pillar-like nodes.
function mcl_util.rotate_axis(itemstack, placer, pointed_thing)
minetest.rotate_and_place(itemstack, placer, pointed_thing,
minetest.is_creative_enabled(placer:get_player_name()))
--placer:get_player_control().sneak)
return itemstack
end