Fix missing argument for on_rotate

このコミットが含まれているのは:
Novatux
2015-05-14 16:07:19 +02:00
コミット eae3740d85

ファイルの表示

@@ -53,7 +53,7 @@ local function screwdriver_handler(itemstack, user, pointed_thing, mode)
-- Copy pos and node because callback can modify it
local result = ndef.on_rotate(vector.new(pos),
{name = node.name, param1 = node.param1, param2 = node.param2},
user, mode)
user, mode, new_param2)
if result == false then -- Disallow rotation
return
elseif result == true then