update moreblocks, technic, roads, worldedit

This commit is contained in:
Vanessa Ezekowitz
2017-02-02 21:36:23 -05:00
parent c699d30823
commit eba6f42678
9 changed files with 522 additions and 458 deletions

View File

@@ -104,11 +104,11 @@ local function ped_on_flash_end(pos,record)
obj:remove()
end
end
local timer = minetest.get_node_timer(pos)
if not record then
timer:stop()
return
end
local timer = minetest.get_node_timer(pos)
local meta = minetest.get_meta(pos)
local lastflashtime = meta:get_int("lastflashtime")
local twoflashesago = meta:get_int("twoflashesago")