Navigation Menu

Skip to content

Commit

Permalink
Core.rotate_and_place: Remove unused call to get_look_pitch()
Browse files Browse the repository at this point in the history
  • Loading branch information
sofar authored and paramat committed Oct 31, 2016
1 parent e1842ed commit 380a4b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builtin/common/misc_helpers.lua
Expand Up @@ -382,7 +382,6 @@ if INIT == "game" then
itemstack, pointed_thing)
return
end
local pitch = placer:get_look_pitch()
local fdir = core.dir_to_facedir(placer:get_look_dir())
local wield_name = itemstack:get_name()

Expand Down

0 comments on commit 380a4b6

Please sign in to comment.