Skip to content

Commit a6d9fee

Browse files
author
blut
committed
remove leftover variable in piston_orientate
1 parent 66b3116 commit a6d9fee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mesecons_pistons/init.lua

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ local function piston_orientate(pos, placer)
120120
if not placer then
121121
return
122122
end
123-
local pitch = math.deg(placer:get_look_vertical())
124123
local node = minetest.get_node(pos)
125124
node.param2 = core.dir_to_facedir(placer:get_look_dir(), true)
126125
minetest.swap_node(pos, node)

0 commit comments

Comments
 (0)