diff options
Diffstat (limited to 'wielder.lua')
-rw-r--r-- | wielder.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wielder.lua b/wielder.lua index 102f0bf..4a80d3e 100644 --- a/wielder.lua +++ b/wielder.lua @@ -234,7 +234,6 @@ local function register_wielder(data) end pipeworks.scan_for_tube_objects(pos) end, - on_rotate = pipeworks.on_rotate, on_punch = data.fixup_node, allow_metadata_inventory_put = function(pos, listname, index, stack, player) if not pipeworks.may_configure(pos, player) then return 0 end |