mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-16 12:40:25 +02:00
fix #2
This commit is contained in:
@ -30,8 +30,8 @@ function homedecor.start_particle_spawner(pos, node, particledef, soundname)
|
|||||||
end, s_handle)
|
end, s_handle)
|
||||||
end
|
end
|
||||||
minetest.delete_particlespawner(id)
|
minetest.delete_particlespawner(id)
|
||||||
this_spawner_meta:set_int("active", nil)
|
this_spawner_meta:set_int("active", "")
|
||||||
this_spawner_meta:set_int("sound", nil)
|
this_spawner_meta:set_int("sound", "")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -109,6 +109,6 @@ function homedecor.stop_particle_spawner(pos)
|
|||||||
end, s_handle)
|
end, s_handle)
|
||||||
end
|
end
|
||||||
|
|
||||||
this_spawner_meta:set_int("active", nil)
|
this_spawner_meta:set_int("active", "")
|
||||||
this_spawner_meta:set_int("sound", nil)
|
this_spawner_meta:set_int("sound", "")
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user