forked from VoxeLibre/VoxeLibre
Fix weird fence mesecon behaviour
This commit is contained in:
parent
d61da938f4
commit
2d5b519830
|
@ -161,9 +161,6 @@ mcl_fences.register_fence_gate = function(id, fence_gate_name, texture, groups,
|
||||||
action_off = (function(pos, node)
|
action_off = (function(pos, node)
|
||||||
punch_gate(pos, node)
|
punch_gate(pos, node)
|
||||||
end),
|
end),
|
||||||
action_on = (function(pos, node)
|
|
||||||
punch_gate(pos, node)
|
|
||||||
end),
|
|
||||||
}},
|
}},
|
||||||
on_rotate = on_rotate,
|
on_rotate = on_rotate,
|
||||||
sounds = sounds,
|
sounds = sounds,
|
||||||
|
|
Loading…
Reference in New Issue