1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +02:00

Fix music notes when destroying jukebox

This commit is contained in:
LeMagnesium 2015-06-09 22:23:30 +02:00
parent caf99c9488
commit fd2413746d

View File

@ -117,6 +117,7 @@ minetest.register_node("jukebox:box", {
minetest.add_item(drop_pos, inv:get_stack("main",1))
if meta:get_string("now_playing") then minetest.sound_stop(meta:get_string("now_playing")) end
end
free_particles(pos)
end,
})