diff options
Diffstat (limited to 'ilights')
-rw-r--r-- | ilights/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ilights/init.lua b/ilights/init.lua index b94f916..bc58629 100644 --- a/ilights/init.lua +++ b/ilights/init.lua @@ -109,7 +109,7 @@ end minetest.register_lbm({ name = "ilights:convert", label = "Convert ilights static nodes to use param2 color", - run_at_every_load = true, + run_at_every_load = false, nodenames = ilights.old_static_nodes, action = function(pos, node) local name = node.name |