Skip to content

Commit 380a4b6

Browse files
sofarparamat
authored andcommittedOct 31, 2016
Core.rotate_and_place: Remove unused call to get_look_pitch()
1 parent e1842ed commit 380a4b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎builtin/common/misc_helpers.lua

-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ if INIT == "game" then
382382
itemstack, pointed_thing)
383383
return
384384
end
385-
local pitch = placer:get_look_pitch()
386385
local fdir = core.dir_to_facedir(placer:get_look_dir())
387386
local wield_name = itemstack:get_name()
388387

0 commit comments

Comments
 (0)
Please sign in to comment.