don't run the LBM at every load

This commit is contained in:
Vanessa Ezekowitz 2017-02-16 16:55:10 -05:00
parent 819effe640
commit fc72bff4c0
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ end
minetest.register_lbm({
name = "bobblocks:convert",
label = "Convert bobblocks nodes to use param2 color",
run_at_every_load = true,
run_at_every_load = false,
nodenames = bobblocks.old_static_nodes,
action = function(pos, node)
local basename = node.name