restore table in fake_fire:reload_particles

This commit is contained in:
Flo 2022-11-17 21:22:29 +01:00
parent fb1ad97767
commit e7a005e48f
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ minetest.register_alias("fake_fire:flint", "fake_fire:flint_and_steel")
minetest.register_lbm({
name = "fake_fire:reload_particles",
label = "restart fire particles on reload",
nodenames = "fake_fire:fancy_fire",
nodenames = { "fake_fire:fancy_fire" },
run_at_every_load = true,
action = function(pos, node)
fire_particles_off(pos)