don't run LBM at every load

This commit is contained in:
Vanessa Ezekowitz 2017-02-16 17:01:39 -05:00
parent 6e1d104ffe
commit e78c0a8b15
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ end
minetest.register_lbm({
name = "stained_glass:convert_brickblocks",
label = "Convert static glass blocks to use param2 color",
run_at_every_load = true,
run_at_every_load = false,
nodenames = stainedglass.old_static_nodes,
action = function(pos, node)
local name = node.name