Fix weird fence mesecon behaviour

This commit is contained in:
Wuzzy 2018-01-17 01:45:12 +01:00
parent d61da938f4
commit 2d5b519830
1 changed files with 0 additions and 3 deletions

View File

@ -161,9 +161,6 @@ mcl_fences.register_fence_gate = function(id, fence_gate_name, texture, groups,
action_off = (function(pos, node)
punch_gate(pos, node)
end),
action_on = (function(pos, node)
punch_gate(pos, node)
end),
}},
on_rotate = on_rotate,
sounds = sounds,