return early if snapping valve/sensor to normal facedir

This commit is contained in:
Vanessa Ezekowitz 2015-02-03 03:44:04 -05:00
parent c7c38d63ba
commit 7ed830f0dd
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ minetest.register_abm({
if axisdir ~= 0 and axisdir ~= 5 then -- if it isn't horizontal, force it.
minetest.swap_node(pos, {name = node.name, param2 = fdir_mod4})
return
end
local fdir_to_pos = {