forked from Mirrorlandia_minetest/minetest
Core.rotate_and_place: Remove unused call to get_look_pitch()
This commit is contained in:
parent
e1842ed370
commit
380a4b6d60
@ -382,7 +382,6 @@ if INIT == "game" then
|
|||||||
itemstack, pointed_thing)
|
itemstack, pointed_thing)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
local pitch = placer:get_look_pitch()
|
|
||||||
local fdir = core.dir_to_facedir(placer:get_look_dir())
|
local fdir = core.dir_to_facedir(placer:get_look_dir())
|
||||||
local wield_name = itemstack:get_name()
|
local wield_name = itemstack:get_name()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user