Revert "Restore ABMs, LMBs seem not to work"

This reverts commit 700c412649.
This commit is contained in:
HybridDog
2016-04-24 19:11:44 +02:00
parent 700c412649
commit a3dfdd1fc2
3 changed files with 1 additions and 38 deletions

View File

@ -83,18 +83,9 @@ minetest.register_node("moremesecons_teleporter:teleporter", {
end,
})
--[[
minetest.register_lbm({
name = "moremesecons_teleporter:add_teleporter",
nodenames = {"moremesecons_teleporter:teleporter"},
action = register
})
]]
minetest.register_abm({
nodenames = {"moremesecons_teleporter:teleporter"},
interval=5,
chance=1,
catch_up = false,
action = register
})