fix warning

This commit is contained in:
AFCMS 2021-04-16 11:03:31 +02:00
parent 60e74fc41d
commit 1df916bd7b
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ minetest.register_lbm({
nodenames = {"group:torch_particles"},
run_at_every_load = true,
action = function(pos, node)
local torch_group = minetest.get_node_group(node.name, "torch")
local torch_group = minetest.get_item_group(node.name, "torch")
if torch_group == 1 then
spawn_flames_floor(pos)
elseif torch_group == 2 then