Remoção de codigo sujo

master
BrunoMine 2018-07-10 13:08:39 -03:00
parent 0cd7f5c434
commit 58c9c20835
1 changed files with 0 additions and 1 deletions

View File

@ -446,7 +446,6 @@ minetest.register_lbm({
nodenames = {"bau_coop:bau_compartilhado_open"}, nodenames = {"bau_coop:bau_compartilhado_open"},
run_at_every_load = true, run_at_every_load = true,
action = function(pos, node) action = function(pos, node)
minetest.chat_send_all("fechando")
minetest.swap_node(pos, { name = "bau_coop:bau_compartilhado", minetest.swap_node(pos, { name = "bau_coop:bau_compartilhado",
param2 = node.param2 }) param2 = node.param2 })
end, end,