Fix faucet's particlespawner not stopped after destruct

This commit is contained in:
kilbith 2015-05-18 13:04:10 +02:00
parent 7bba7cec2e
commit dc3521488b
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,8 @@ homedecor.register("kitchen_faucet", {
}
homedecor.start_particle_spawner(pos, node, particledef, "homedecor_faucet")
end
end
end,
on_destruct = homedecor.stop_particle_spawner
})
homedecor.register("paper_towel", {