summaryrefslogtreecommitdiff
path: root/legacy.lua
diff options
context:
space:
mode:
authorTim <t4im@users.noreply.github.com>2015-02-04 12:40:16 +0100
committerTim <t4im@users.noreply.github.com>2015-02-04 12:41:25 +0100
commite53cd28fcbe8bb87389a6c0658a4321b2ae7eb47 (patch)
treee72d3e98a7de43123b17c69cef0bf95c9e0b808f /legacy.lua
parent7a82393547e2eb2c11fbc6f7c4e141f9f2295073 (diff)
downloadpipeworks-e53cd28fcbe8bb87389a6c0658a4321b2ae7eb47.tar
pipeworks-e53cd28fcbe8bb87389a6c0658a4321b2ae7eb47.tar.gz
pipeworks-e53cd28fcbe8bb87389a6c0658a4321b2ae7eb47.tar.bz2
pipeworks-e53cd28fcbe8bb87389a6c0658a4321b2ae7eb47.tar.xz
pipeworks-e53cd28fcbe8bb87389a6c0658a4321b2ae7eb47.zip
remove dead code to remove undeclared variable access warning
Diffstat (limited to 'legacy.lua')
-rw-r--r--legacy.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/legacy.lua b/legacy.lua
index 84ae31d..b36cded 100644
--- a/legacy.lua
+++ b/legacy.lua
@@ -26,7 +26,6 @@ if not minetest.get_modpath("auto_tree_tap") and
is_ground_content = true,
paramtype2 = "facedir",
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2, mesecon = 2,tubedevice=1, not_in_creative_inventory=1 },
- mesecons= {effector={rules=pipeworks.rules_all,action_on=node_breaker_on, action_off=node_breaker_off}},
sounds = default.node_sound_stone_defaults(),
tube = {connect_sides={back=1}},
on_construct = function(pos)