Fix minor typo

This commit is contained in:
Wuzzy 2020-08-20 19:44:47 +02:00
parent ce0b31123b
commit c7627f0517
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ minetest.register_lbm({
-- Legacy
minetest.register_lbm({
label = "Update furnace formspecs (0.60.0",
label = "Update furnace formspecs (0.60.0)",
name = "mcl_furnaces:update_formspecs_0_60_0",
-- Only update inactive furnaces because active ones should update themselves
nodenames = { "mcl_furnaces:furnace" },