forked from MineClone5/MineClone5
Removed a comment that was not needed and added a new line below the comment block
This commit is contained in:
parent
b929c66adf
commit
f4e7911903
|
@ -26,10 +26,10 @@ end
|
||||||
-- function minetest_rotate_and_place. It rotates
|
-- function minetest_rotate_and_place. It rotates
|
||||||
-- a block based on where it thinks the player is facing
|
-- a block based on where it thinks the player is facing
|
||||||
-- at the moment. This is typically called by pillar-like nodes.
|
-- at the moment. This is typically called by pillar-like nodes.
|
||||||
|
|
||||||
function mcl_util.rotate_axis(itemstack, placer, pointed_thing)
|
function mcl_util.rotate_axis(itemstack, placer, pointed_thing)
|
||||||
minetest.rotate_and_place(itemstack, placer, pointed_thing,
|
minetest.rotate_and_place(itemstack, placer, pointed_thing,
|
||||||
minetest.is_creative_enabled(placer:get_player_name()))
|
minetest.is_creative_enabled(placer:get_player_name()))
|
||||||
--placer:get_player_control().sneak)
|
|
||||||
return itemstack
|
return itemstack
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue