From 5c59fb10910a8ccd02bccce5262503741a61c335 Mon Sep 17 00:00:00 2001 From: BlockMen Date: Wed, 21 Oct 2015 00:48:05 +0200 Subject: [PATCH] Fix typo --- mods/default/nodes/torch.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/nodes/torch.lua b/mods/default/nodes/torch.lua index 745431a..426b21a 100644 --- a/mods/default/nodes/torch.lua +++ b/mods/default/nodes/torch.lua @@ -22,7 +22,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