remove useless on_flame_remove_at function to fix servercrash on dig

master
tchncs 2016-06-23 19:43:18 +02:00
parent 2a56a342bb
commit a76f218dba
1 changed files with 0 additions and 6 deletions

View File

@ -546,12 +546,6 @@ minetest.register_node("caverealms:constant_flame", {
fire.on_flame_add_at(pos)
end
end,
after_dig_node = function(pos, oldnode, oldmetadata, digger)
if not (minetest.get_modpath("moontest")) then
fire.on_flame_remove_at(pos)
end
end,
})
--node to create a treasure chest in DM Forts.