Skip to content
Snippets Groups Projects
Commit b70aa0f2 authored by BlockMen's avatar BlockMen
Browse files

Fix typo

parent fc712d20
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ minetest.register_craftitem(":default:torch", {
if not retval then
return itemstack
end
itemstack, retval = minetest.item_place(fakestack, placer, pointed_thing, dir)
itemstack, retval = minetest.item_place(fakestack, placer, pointed_thing, wdir)
itemstack:set_name("default:torch")
return itemstack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment