1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-25 02:00:37 +01:00

Removing bug line : gravel's sound

MUST BE DEBUGGED
This commit is contained in:
LeMagnesium 2014-12-10 23:46:17 +01:00
parent 8b3abd1b43
commit af23cdfb4c

View File

@ -345,7 +345,7 @@ minetest.register_node("default:gravel", {
{items = {"default:gravel"}}, {items = {"default:gravel"}},
}, },
}, },
sounds = default.node_sound_gravel_defaults(), --sounds = default.node_sound_gravel_defaults(),
on_place = function(itemstack, placer, pointed_thing) on_place = function(itemstack, placer, pointed_thing)
if not pointed_thing.type == "node" then if not pointed_thing.type == "node" then
return itemstack return itemstack